From: stronk7 Date: Sat, 23 Sep 2006 21:28:16 +0000 (+0000) Subject: mark rename table as not implemented X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8e895ae5c73a7bb4c6844b6518c7c568fc6fcb27;p=moodle.git mark rename table as not implemented --- diff --git a/admin/xmldb/actions/view_structure_php/view_structure_php.class.php b/admin/xmldb/actions/view_structure_php/view_structure_php.class.php index b23fa6dfbc..4b43499b05 100644 --- a/admin/xmldb/actions/view_structure_php/view_structure_php.class.php +++ b/admin/xmldb/actions/view_structure_php/view_structure_php.class.php @@ -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); }