From 8e895ae5c73a7bb4c6844b6518c7c568fc6fcb27 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 23 Sep 2006 21:28:16 +0000 Subject: [PATCH] mark rename table as not implemented --- .../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 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); } -- 2.39.5