From: stronk7 Date: Thu, 2 Nov 2006 22:44:29 +0000 (+0000) Subject: Enablig rename_table() PHP generator X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef856b2d5246ad8a8d904f8398856e44b030dcf8;p=moodle.git Enablig rename_table() PHP generator Merged from MOODLE_17_STABLE --- 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 4b43499b05..b23fa6dfbc 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 (not imp!)'); + 'rename_table'); foreach ($commands as $command) { $popcommands[$command] = str_replace('_', ' ', $command); }