From c430d5031bf34cf8fc383b12a177f74055d3c010 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 17 Jan 2003 16:19:48 +0000 Subject: [PATCH] Wrong label --- ChangeLog | 5 ++++- server_privileges.php3 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 37e91a965..dd48f5e2d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-01-16 Alexander M. Turek + * server_privileges.php3: Wrong label. + 2003-01-16 Michal Cihar * 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 * 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 diff --git a/server_privileges.php3 b/server_privileges.php3 index c064f02e7..82e1f51d0 100644 --- a/server_privileges.php3 +++ b/server_privileges.php3 @@ -254,7 +254,7 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = echo $spaces . '' . "\n" . $spaces . '' . "\n" . $spaces . ' ' . "\n" - . $spaces . ' ' . "\n" + . $spaces . ' ' . "\n" . $spaces . ' ' . "\n" . $spaces . ' ' . "\n" . $spaces . ' ' . "\n"
 ' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : $GLOBALS['strDbPrivileges']) . '  ' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : ($table == '*' ? $GLOBALS['strDbPrivileges'] : $GLOBALS['strTblPrivileges'])) . ' 
' . $GLOBALS['strEnglishPrivileges'] . '