From ee5ff995fbf02a9d9e52de5375de862d67a9b3bf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 18 Apr 2011 08:02:16 -0400 Subject: [PATCH] Cannot create a table in information_schema --- navigation.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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) {