is_superuser not defined

This commit is contained in:
Marc Delisle
2006-05-30 13:44:11 +00:00
parent b53b94af3e
commit c8eaea4e22
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2006-05-30 Marc Delisle <lem9@users.sourceforge.net> 2006-05-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/french*: updates * lang/french*: updates
* querywindow.php: $is_superuser was not defined
2006-05-30 Michal Čihař <michal@cihar.com> 2006-05-30 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix handling of backquotes (bug #1497239). * libraries/export/sql.php: Fix handling of backquotes (bug #1497239).

View File

@@ -4,6 +4,8 @@
require_once('./libraries/common.lib.php'); require_once('./libraries/common.lib.php');
$is_superuser = PMA_isSuperuser();
/** /**
* Gets the variables sent to this script, retains the db name that may have * Gets the variables sent to this script, retains the db name that may have
* been defined as startup option and include a core library * been defined as startup option and include a core library