$url_query was not visible in function scope.
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
|||||||
|
|
||||||
2004-04-18 Alexander M. Turek <me@derrabus.de>
|
2004-04-18 Alexander M. Turek <me@derrabus.de>
|
||||||
* lang/german-*.inc.php: Updates.
|
* 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>
|
2004-04-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
|
* libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
|
||||||
|
@@ -139,7 +139,7 @@ function PMA_extractPrivInfo($row = '', $enableHTML = FALSE)
|
|||||||
*/
|
*/
|
||||||
function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = 0)
|
function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = 0)
|
||||||
{
|
{
|
||||||
global $cfg, $userlink;
|
global $cfg, $userlink, $url_query;
|
||||||
|
|
||||||
if ($db == '*') {
|
if ($db == '*') {
|
||||||
$table = '*';
|
$table = '*';
|
||||||
|
Reference in New Issue
Block a user