diff --git a/main.php3 b/main.php3
index f963fc50a..2d6190460 100755
--- a/main.php3
+++ b/main.php3
@@ -148,20 +148,8 @@ if ($server == 0 || count($cfgServers) > 1) {
/**
* Displays the mysql server related links
*/
-$is_superuser = FALSE;
+$is_superuser = FALSE;
if ($server > 0) {
- ?>
-
-
-
-
-
MySQL
-
- 0) {
$db_to_create = '';
} // end else
+ $common_url_query = 'lang=' . $lang . '&server=' . $server;
- // The user is allowed to create a db
- if ($is_create_priv) {
- echo "\n";
+ // loic1: Displays the MySQL column only if at least one feature has to be
+ // displayed
+ if ($is_superuser || $is_create_priv || $is_process_priv || $is_reload_priv
+ || $cfgShowMysqlInfo || $cfgShowMysqlVars) {
?>
+
+