Wrong label

This commit is contained in:
Alexander M. Turek
2003-01-17 16:19:48 +00:00
parent 462606508a
commit c430d5031b
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-01-16 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Wrong label.
2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
@@ -12,7 +15,7 @@ $Source$
2003-01-15 Robin Johnson <robbat2@users.sourceforge.net>
* lang/sort_lang.sh: Fix status output bug '\n'
* db_details_importdocsql.php3: Move hardcoded strings to language files
* db_details_importdocsql.php3: Move hardcoded strings to language files
* lang/*.php3: Add new strings for docSQL importer
* libraries/sqlvalidator.*.php3: Finish fixing bug #644709
* Documentation.html: Revised FAQ entry about SQL Validator

View File

@@ -254,7 +254,7 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
echo $spaces . '<input type="hidden" name="grant_count" value="' . (count($privTable[0]) + count($privTable[1]) + count($privTable[2]) - (isset($row['Grant_priv']) ? 1 : 0)) . '" />' . "\n"
. $spaces . '<table border="0">' . "\n"
. $spaces . ' <tr>' . "\n"
. $spaces . ' <th colspan="6">&nbsp;' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : $GLOBALS['strDbPrivileges']) . '&nbsp;</th>' . "\n"
. $spaces . ' <th colspan="6">&nbsp;' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : ($table == '*' ? $GLOBALS['strDbPrivileges'] : $GLOBALS['strTblPrivileges'])) . '&nbsp;</th>' . "\n"
. $spaces . ' </tr>' . "\n"
. $spaces . ' <tr>' . "\n"
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '" colspan="6"><small><i>' . $GLOBALS['strEnglishPrivileges'] . '</i></small></td>' . "\n"