diff --git a/server_common.inc.php3 b/server_common.inc.php3 index 572d14adb..fa67f0c21 100644 --- a/server_common.inc.php3 +++ b/server_common.inc.php3 @@ -44,7 +44,7 @@ require('./header.inc.php3'); // priv CREATE TEMPORARY TABLES or LOCK TABLES can do a 'USE mysql' // (even if they cannot see the tables) -$is_superuser = PMA_mysql_query('SELECT COUNT(*) FROM mysql.user', $userlink); +$is_superuser = @PMA_mysql_query('SELECT COUNT(*) FROM mysql.user', $userlink); // now, select the mysql db if ($is_superuser) {