Merge commit 'd98f57b'

This commit is contained in:
Atul Pratap Singh 2016-01-15 10:08:17 +05:30
commit fc8433290b

View File

@ -38,7 +38,7 @@ function PMA_checkRequiredPrivilegesForAdjust(
$show_grants_str, "SELECT, INSERT, UPDATE, DELETE"
) !== false)
) {
if ($show_grants_dbname = '*'
if ($show_grants_dbname == '*'
&& $show_grants_tblname == '*'
) {
$GLOBALS['col_priv'] = true;