$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

@@ -12,6 +12,7 @@ $Source$
2004-04-18 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Updates.
* server_privileges.php: $url_query was not visible in function scope.
2004-04-17 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags

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 = '*';