0) { if (! isset($db) || ! strlen($db)) { $db = $GLOBALS['PMA_List_Database']->getSingleItem(); } } $db = isset($db) ? $db : ''; $table = isset($table) ? $table : ''; $db_start = $db; // garvin: For re-usability, moved http-headers // to a seperate file. It can now be included by libraries/header.inc.php, // querywindow.php. require_once './libraries/header_http.inc.php'; /** * Displays the frame */ // xml declaration moves IE into quirks mode, making much trouble with CSS /* echo ''; */ ?> phpMyAdmin count()) { // no database available, so we break here echo '

' . $strNoDatabases . '

'; /** * Close MySql connections */ if (isset($controllink) && $controllink) { @PMA_DBI_close($controllink); } if (isset($userlink) && $userlink) { @PMA_DBI_close($userlink); } /** * Sends bufferized data */ if ($GLOBALS['cfg']['OBGzip'] && isset($ob_mode) && $ob_mode) { PMA_outBufferPost($ob_mode); } exit(); } elseif ($GLOBALS['cfg']['LeftFrameLight'] && $GLOBALS['PMA_List_Database']->count() > 1) { // more than one database available and LeftFrameLight is true // display db selectbox // // Light mode -> beginning of the select combo for databases // Note: When javascript is active, the frameset will be changed from // within left.php. With no JS (