remove the changes for server_privileges

This commit is contained in:
xmujay 2013-07-10 22:21:15 +08:00
parent 92f1116ca3
commit cb41417a7b

View File

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