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>2006-05-30 17:44:11 +0400
committerMarc Delisle <marc@infomarc.info>2006-05-30 17:44:11 +0400
commitc8eaea4e2213e91a308be0f68e5fce7ea764df32 (patch)
treef0789fc1b4fac19b5791a8328a9ca5f3353d8256 /querywindow.php
parentb53b94af3e8102fb8688734c03ff277f6fcf54ca (diff)
is_superuser not defined
Diffstat (limited to 'querywindow.php')
-rw-r--r--querywindow.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/querywindow.php b/querywindow.php
index d72dcb0fd5..ce61c26e18 100644
--- a/querywindow.php
+++ b/querywindow.php
@@ -4,6 +4,8 @@
require_once('./libraries/common.lib.php');
+$is_superuser = PMA_isSuperuser();
+
/**
* Gets the variables sent to this script, retains the db name that may have
* been defined as startup option and include a core library