use backquotes

This commit is contained in:
Alexander M. Turek
2003-01-20 00:00:51 +00:00
parent e3f00cb3bc
commit 952ba4b7ea

View File

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