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:
authorMarc Delisle <marc@infomarc.info>2014-10-23 20:57:45 +0400
committerMarc Delisle <marc@infomarc.info>2014-10-23 20:57:45 +0400
commite6c3f10d722b2a10745b33a21c8ec3a27f5de183 (patch)
tree071dd7d7b362adbcebf8545aeade05a72fd1b928 /server_privileges.php
parent1e21d7b0dad85dac0e1ca8c6852510e2d178e2dc (diff)
bug #4571 Database Privileges link does not work
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 94f3ec2714..3c38fa17b7 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -290,7 +290,7 @@ if ($GLOBALS['is_ajax_request']
* Displays the links
*/
if (isset($_REQUEST['viewing_mode']) && $_REQUEST['viewing_mode'] == 'db') {
- $_REQUEST['db'] = $_REQUEST['checkprivsdb'];
+ $GLOBALS['db'] = $_REQUEST['db'] = $_REQUEST['checkprivsdb'];
$url_query .= '&amp;goto=db_operations.php';