From 88044a19428b30593f0149a06ba462c7a9533925 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 24 Oct 2001 14:41:24 +0000 Subject: [PATCH] bug non-empty only_db --- ChangeLog | 4 ++++ main.php3 | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d5ec81fd..e2fd9da2b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-24 Marc Delisle + * main.php3 (for Loïc): a non-empty only_db was removing the + MySQL links on the main page + 2001-10-23 Robin Johnson * Documentation.html: Redid documentation of advanced authentication mode. * Documentation.txt: Updated from latest Documentation.html diff --git a/main.php3 b/main.php3 index 9773fdd3e..611ec3df4 100755 --- a/main.php3 +++ b/main.php3 @@ -140,8 +140,7 @@ if ($server == 0 || count($cfgServers) > 1) { /** * Displays the mysql server related links */ -if ($server > 0 - && empty($cfgServer['only_db'])) +if ($server > 0) { ?>