]> git.mjollnir.org Git - moodle.git/commitdiff
Enablig rename_table() PHP generator
authorstronk7 <stronk7>
Thu, 2 Nov 2006 22:44:29 +0000 (22:44 +0000)
committerstronk7 <stronk7>
Thu, 2 Nov 2006 22:44:29 +0000 (22:44 +0000)
Merged from MOODLE_17_STABLE

admin/xmldb/actions/view_structure_php/view_structure_php.class.php

index 4b43499b05d02fc4032914e6c44a403d850d16e0..b23fa6dfbc8fa60673d6090393cae2031904b62f 100644 (file)
@@ -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);
         }