Enablig rename_table() PHP generator

Merged from MOODLE_17_STABLE
This commit is contained in:
stronk7
2006-11-02 22:44:29 +00:00
parent e40106c7db
commit ef856b2d52
@@ -99,7 +99,7 @@ class view_structure_php extends XMLDBAction {
/// Calculate the popup of commands
$commands = array('create_table',
'drop_table',
'rename_table (not imp!)');
'rename_table');
foreach ($commands as $command) {
$popcommands[$command] = str_replace('_', ' ', $command);
}