From 78ee46662ac7e0371109fef2ad5a782a1aa7cc72 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 4c04412af7..b3b8b52924 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"; -- 2.11.4.GIT