fix the undefined error
This commit is contained in:
parent
197d18b70b
commit
6241f0b26e
@ -1596,6 +1596,8 @@ function PMA_getHtmlForSpecificDbPrivileges($link_edit, $conditional_class)
|
||||
.' `Db` ASC;';
|
||||
$res = $GLOBALS['dbi']->query($sql_query);
|
||||
$row = $GLOBALS['dbi']->fetchAssoc($res);
|
||||
|
||||
$found = false;
|
||||
if ($row) {
|
||||
$found = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user