Wrong label
This commit is contained in:
@@ -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
|
||||
|
@@ -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"> ' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : $GLOBALS['strDbPrivileges']) . ' </th>' . "\n"
|
||||
. $spaces . ' <th colspan="6"> ' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : ($table == '*' ? $GLOBALS['strDbPrivileges'] : $GLOBALS['strTblPrivileges'])) . ' </th>' . "\n"
|
||||
. $spaces . ' </tr>' . "\n"
|
||||
. $spaces . ' <tr>' . "\n"
|
||||
. $spaces . ' <td bgcolor="' . $cfg['BgcolorTwo'] . '" colspan="6"><small><i>' . $GLOBALS['strEnglishPrivileges'] . '</i></small></td>' . "\n"
|
||||
|
Reference in New Issue
Block a user