use backquotes
This commit is contained in:
@@ -105,7 +105,7 @@ function PMA_extractPrivInfo($row = '', $enableHTML = FALSE)
|
|||||||
} else {
|
} else {
|
||||||
$priv_string = $current_grant[1];
|
$priv_string = $current_grant[1];
|
||||||
}
|
}
|
||||||
$privs[] = $priv_string . ' (' . join(', ', $GLOBALS[$current_grant[0]]) . ')';
|
$privs[] = $priv_string . ' (`' . join('`, `', $GLOBALS[$current_grant[0]]) . '`)';
|
||||||
} else {
|
} else {
|
||||||
$allPrivileges = FALSE;
|
$allPrivileges = FALSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user