From 6abfa47012d8aa94e8e4e1201a2fb57825b6d403 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 2 Nov 2006 22:43:16 +0000 Subject: [PATCH] Enablig rename_table() PHP generator --- .../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 4b43499b05d..b23fa6dfbc8 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); }