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>2005-11-01 21:46:42 +0300
committerMarc Delisle <marc@infomarc.info>2005-11-01 21:46:42 +0300
commitce68e023e25d57b1b6331d27acd21254641830ab (patch)
tree2a8a3587eebbcd3dfb30c4b49c9bbb1c3779bdce /server_privileges.php
parenta289fc337ac860e5b49bf25b931293a417bf01f6 (diff)
undefined variable
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_privileges.php b/server_privileges.php
index ffcbfa1d62..6cfc86241d 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -1557,9 +1557,9 @@ if (empty($adduser) && empty($checkprivs)) {
PMA_displayPrivTable((empty($dbname) ? '*' : $dbname), ((empty($dbname) || empty($tablename)) ? '*' : $tablename), TRUE, 3);
echo '</form>' . "\n";
- if ( empty( $tablename ) && ! $dbname_is_wildcard ) {
+ if ( empty( $tablename ) && isset($dbname_is_wildcard) && ! $dbname_is_wildcard ) {
- // na table name was given, display all table specific rights
+ // no table name was given, display all table specific rights
// but only if $dbname contains no wildcards
// table header