diff --git a/navigation.php b/navigation.php index 8c2b65c2a..c162aa2ad 100644 --- a/navigation.php +++ b/navigation.php @@ -308,7 +308,10 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { .'' . _pgettext('short form', 'Create table') . '' . _pgettext('short form', 'Create table') . ''; } elseif ($GLOBALS['cfg']['LeftFrameLight']) { - echo '

' . __('Please select a database') . '

'; + /* No need to tell user to select database if we're showing complete list */ + if (!$list) { + echo '

' . __('Please select a database') . '

'; + } } else { echo '
' . "\n"; $_url_params = array('pos' => $pos);