diff --git a/navigation.php b/navigation.php index b7b960273..167c060d3 100644 --- a/navigation.php +++ b/navigation.php @@ -304,9 +304,11 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { echo __('No tables found in database.'); } unset($table_list); - echo ''; + if ($db != 'information_schema') { + echo ''; + } } elseif ($GLOBALS['cfg']['LeftFrameLight']) { /* No need to tell user to select database if we're showing complete list */ if (!$list) {