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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2013-05-26 06:01:17 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2013-05-26 06:01:17 +0400
commit5c9941ab6a5a4abf2a2425377fa77a95c85b8308 (patch)
treeeb08650d7c369de8b6d2c0acbd61d17d9b4b691f /server_status_variables.php
parent8b8d1f88f0a69b2eb3f2ec0423ccda4ecc1b07a8 (diff)
Some more missing renamings
Diffstat (limited to 'server_status_variables.php')
-rw-r--r--server_status_variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status_variables.php b/server_status_variables.php
index 5135acfe2d..f96088c5a3 100644
--- a/server_status_variables.php
+++ b/server_status_variables.php
@@ -28,7 +28,7 @@ if (isset($_REQUEST['flush'])) {
);
if (in_array($_REQUEST['flush'], $_flush_commands)) {
- PMA_DBI_query('FLUSH ' . $_REQUEST['flush'] . ';');
+ $GLOBALS['dbi']->query('FLUSH ' . $_REQUEST['flush'] . ';');
}
unset($_flush_commands);
}