Action should always be displayed here

This commit is contained in:
Marc Delisle
2010-01-03 13:04:15 +00:00
parent c67ceaa83b
commit 294d699e84

View File

@@ -1480,7 +1480,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
. ' <th>' . $GLOBALS['strGlobalPrivileges'] . ' ' . ' <th>' . $GLOBALS['strGlobalPrivileges'] . ' '
. PMA_showHint($GLOBALS['strEnglishPrivileges']) . '</th>' . "\n" . PMA_showHint($GLOBALS['strEnglishPrivileges']) . '</th>' . "\n"
. ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n" . ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n"
. ' <th>' . ($GLOBALS['cfg']['PropertiesIconic'] ? '' : $GLOBALS['strAction']) . '</th>' . "\n"; . ' <th>' . $GLOBALS['strAction'] . '</th>' . "\n";
echo ' </tr>' . "\n"; echo ' </tr>' . "\n";
echo ' </thead>' . "\n"; echo ' </thead>' . "\n";
echo ' <tbody>' . "\n"; echo ' <tbody>' . "\n";