$url_query was not visible in function scope.

This commit is contained in:
Alexander M. Turek
2004-04-18 13:35:20 +00:00
parent f616254ef0
commit a4cc456c99
2 changed files with 2 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ function PMA_extractPrivInfo($row = '', $enableHTML = FALSE)
*/
function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = 0)
{
global $cfg, $userlink;
global $cfg, $userlink, $url_query;
if ($db == '*') {
$table = '*';