Enablig rename_table() PHP generator

This commit is contained in:
stronk7
2006-11-02 22:43:16 +00:00
parent 59b08215b2
commit 6abfa47012
@@ -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);
}