Define array before using it
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
cc6fd10b28
commit
e25ab25d5f
@ -640,6 +640,7 @@ function PMA_getHtmlToDisplayPrivilegesTable($db = '*',
|
||||
}
|
||||
if (empty($row)) {
|
||||
if ($table == '*' && $GLOBALS['is_superuser']) {
|
||||
$row = array();
|
||||
if ($db == '*') {
|
||||
$sql_query = 'SHOW COLUMNS FROM `mysql`.`user`;';
|
||||
} elseif ($table == '*') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user