From 36c0339eb00394d4c51ccbf82a20feae7b70fb18 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 21 Jul 2011 10:55:10 -0400 Subject: [PATCH] Remove misleading comment on the "Rename database" interface --- ChangeLog | 1 + db_operations.php | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95bb4fe5c7..250bd1af5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog - bug #3367993 [usability] Missing "Generate Password" button - bug #3363221 [display] Missing Server Parameter on inline sql query - bug #3367986 [navi] Drop field -> lost active table +- remove misleading comment on the "Rename database" interface 3.4.3.1 (2011-07-02) - [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 diff --git a/db_operations.php b/db_operations.php index f48ba27678..ebd9333d3c 100644 --- a/db_operations.php +++ b/db_operations.php @@ -405,17 +405,6 @@ if ($db != 'mysql') { ?> - = XYYZZ) { - // echo 'RENAME DATABASE'; - //} else { - echo 'INSERT INTO ... SELECT'; - //} - echo ')'; ?>
-- 2.11.4.GIT