From 294d699e8475cb3ab171441d429e7715beaf3c67 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 3 Jan 2010 13:04:15 +0000 Subject: [PATCH] Action should always be displayed here --- server_privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_privileges.php b/server_privileges.php index 4c04412af..b3b8b5292 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -1480,7 +1480,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs . ' ' . $GLOBALS['strGlobalPrivileges'] . ' ' . PMA_showHint($GLOBALS['strEnglishPrivileges']) . '' . "\n" . ' ' . $GLOBALS['strGrantOption'] . '' . "\n" - . ' ' . ($GLOBALS['cfg']['PropertiesIconic'] ? '' : $GLOBALS['strAction']) . '' . "\n"; + . ' ' . $GLOBALS['strAction'] . '' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n";