bug non-empty only_db

This commit is contained in:
Marc Delisle
2001-10-24 14:41:24 +00:00
parent f0ca482672
commit 88044a1942
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-10-24 Marc Delisle <lem9@users.sourceforge.net>
* main.php3 (for Lo<4C>c): a non-empty only_db was removing the
MySQL links on the main page
2001-10-23 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html: Redid documentation of advanced authentication mode.
* Documentation.txt: Updated from latest Documentation.html

View File

@@ -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)
{
?>
<!-- MySQL server related links -->