bug non-empty only_db
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2001-10-23 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* Documentation.html: Redid documentation of advanced authentication mode.
|
* Documentation.html: Redid documentation of advanced authentication mode.
|
||||||
* Documentation.txt: Updated from latest Documentation.html
|
* Documentation.txt: Updated from latest Documentation.html
|
||||||
|
@@ -140,8 +140,7 @@ if ($server == 0 || count($cfgServers) > 1) {
|
|||||||
/**
|
/**
|
||||||
* Displays the mysql server related links
|
* Displays the mysql server related links
|
||||||
*/
|
*/
|
||||||
if ($server > 0
|
if ($server > 0)
|
||||||
&& empty($cfgServer['only_db']))
|
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<!-- MySQL server related links -->
|
<!-- MySQL server related links -->
|
||||||
|
Reference in New Issue
Block a user