remove the changes for server_privileges
This commit is contained in:
parent
92f1116ca3
commit
cb41417a7b
@ -1625,8 +1625,6 @@ 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