fix the undefined error

This commit is contained in:
xmujay 2013-07-10 22:16:14 +08:00
parent 197d18b70b
commit 6241f0b26e

View File

@ -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;
}