bug 1758159 part 2: links

This commit is contained in:
Marc Delisle
2007-07-22 19:05:42 +00:00
parent 7b9e296f67
commit 08eb60f59a
2 changed files with 12 additions and 1 deletions

View File

@@ -95,8 +95,9 @@ echo '</div>' . "\n";
* Displays the MySQL servers choice form
*/
if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) > 1 || $server == 0 && count($GLOBALS['cfg']['Servers']) == 1)) {
echo '<div id="serverinfo">';
include './libraries/select_server.lib.php';
PMA_select_server(true, true);
echo '<hr />';
echo '</div><hr />';
} // end if LeftDisplayServers
?>