From 233fd0d371234c55626d6aa528e13225c647a5ab Mon Sep 17 00:00:00 2001 From: lorilee Date: Tue, 8 Jun 2010 23:00:52 -0400 Subject: [PATCH] Fixed the sidebar formatting when LeftFrameLight and LeftFrameDBTree are true --- navigation.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/navigation.php b/navigation.php index 909bc0054..35d2e7909 100644 --- a/navigation.php +++ b/navigation.php @@ -238,16 +238,10 @@ if (! $GLOBALS['server']) { .'' . "\n" .'' . "\n"; } else { - if (! empty($db)) { - echo '
' . "\n"; - } echo $GLOBALS['pma']->databases->getHtmlListGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n"; } $_url_params = array('pos' => $pos); PMA_listNavigator(count($GLOBALS['pma']->databases), $pos, $_url_params, 'navigation.php', 'frame_navigation', $GLOBALS['cfg']['MaxDbList']); - if (! empty($db)) { - echo '
' . "\n"; - } } ?>