From c8eaea4e2213e91a308be0f68e5fce7ea764df32 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 30 May 2006 13:44:11 +0000 Subject: [PATCH] is_superuser not defined --- ChangeLog | 1 + querywindow.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 67a91378d..6d9310701 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2006-05-30 Marc Delisle * lang/french*: updates + * querywindow.php: $is_superuser was not defined 2006-05-30 Michal Čihař * libraries/export/sql.php: Fix handling of backquotes (bug #1497239). diff --git a/querywindow.php b/querywindow.php index d72dcb0fd..ce61c26e1 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