diff --git a/server_privileges.php3 b/server_privileges.php3 index d52fcd3dd..99f00f5fb 100644 --- a/server_privileges.php3 +++ b/server_privileges.php3 @@ -105,7 +105,7 @@ function PMA_extractPrivInfo($row = '', $enableHTML = FALSE) } else { $priv_string = $current_grant[1]; } - $privs[] = $priv_string . ' (' . join(', ', $GLOBALS[$current_grant[0]]) . ')'; + $privs[] = $priv_string . ' (`' . join('`, `', $GLOBALS[$current_grant[0]]) . '`)'; } else { $allPrivileges = FALSE; }