bug #1777249 [display] Remove horizontal lines in navigation panel

This commit is contained in:
Marc Delisle
2007-10-20 17:19:39 +00:00
parent 5abf6d7bb7
commit 6342e828ea
3 changed files with 2 additions and 9 deletions

View File

@@ -98,6 +98,6 @@ if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers'])
echo '<div id="serverinfo">';
include './libraries/select_server.lib.php';
PMA_select_server(true, true);
echo '</div><hr />';
echo '</div><br />';
} // end if LeftDisplayServers
?>