From ef856b2d5246ad8a8d904f8398856e44b030dcf8 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 2 Nov 2006 22:44:29 +0000 Subject: [PATCH] Enablig rename_table() PHP generator Merged from MOODLE_17_STABLE --- .../actions/view_structure_php/view_structure_php.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5