Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql.php b/sql.php
index aa397a4355..a796f8c184 100644
--- a/sql.php
+++ b/sql.php
@@ -714,8 +714,8 @@ if (isset($GLOBALS['show_as_php']) || ! empty($GLOBALS['validatequery'])) {
// This could happen if the user sends a query like "USE `database`;"
/**
* commented out auto-switching to active database - really required?
- * bug #1814718 win: table list disappears (mixed case db names)
- * https://sourceforge.net/support/tracker.php?aid=1814718
+ * bug #2558 win: table list disappears (mixed case db names)
+ * https://sourceforge.net/p/phpmyadmin/bugs/2558/
* @todo RELEASE test and comit or rollback before release
$current_db = PMA_DBI_fetch_value('SELECT DATABASE()');
if ($db !== $current_db) {