diff --git a/ChangeLog b/ChangeLog index 842f73151..90d51f0ac 100755 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ $Source$ * scripts/convertcfg.pl: Conversion between old config files and new ones. * scripts/*: Updated comments somewhat * tbl_dump.php3:121: renamed $cfgServer_backup to $backup_cfgServer + * user_details.php3: forgot to change $GLOBALS['cfgXYZ'] to $GLOBALS['cfg']['XYZ'] 2002-04-23 Marc Delisle * tbl_printview.php3, lang/*.php3: Relation links in printview, diff --git a/user_details.php3 b/user_details.php3 index 5b79c1272..ad7ec7bfc 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -43,7 +43,7 @@ function PMA_tableGrants(&$host_db_result, $dbcheck = FALSE) { ?> - +
' . $GLOBALS['strEnglishPrivileges'] . '
' . "\n"; - echo '
' . "\n"; + echo '
' . "\n"; echo '' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; @@ -809,7 +809,7 @@ function PMA_tableUsers($host = FALSE, $user = FALSE) $i = 0; while ($row = mysql_fetch_array($result)) { - $bgcolor = ($i % 2) ? $GLOBALS['cfgBgcolorOne'] : $GLOBALS['cfgBgcolorTwo']; + $bgcolor = ($i % 2) ? $GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo']; $strPriv = ''; if ($row['Select_priv'] == 'Y') {
' . $GLOBALS['strAction'] . '' . $GLOBALS['strHost'] . '