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) { ?>