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:58:09 +0400
committerMarc Delisle <marc@infomarc.info>2014-10-23 20:58:09 +0400
commite8e62d00f08f5cb2023638fd0df62ec535d9ba83 (patch)
tree25793650f98f7e004411022f0f76aba024cb0fe7 /server_privileges.php
parent4b3f23358146f9681dd9a9336248b34f5066ffba (diff)
parente6c3f10d722b2a10745b33a21c8ec3a27f5de183 (diff)
Merge branch 'QA_4_2'
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 1515d32bbc..e9dc898bef 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -299,7 +299,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';