]> git.mjollnir.org Git - moodle.git/commitdiff
mark rename table as not implemented
authorstronk7 <stronk7>
Sat, 23 Sep 2006 21:28:16 +0000 (21:28 +0000)
committerstronk7 <stronk7>
Sat, 23 Sep 2006 21:28:16 +0000 (21:28 +0000)
admin/xmldb/actions/view_structure_php/view_structure_php.class.php

index b23fa6dfbc8fa60673d6090393cae2031904b62f..4b43499b05d02fc4032914e6c44a403d850d16e0 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');
+                         'rename_table (not imp!)');
         foreach ($commands as $command) {
             $popcommands[$command] = str_replace('_', ' ', $command);
         }