diff --git a/ChangeLog b/ChangeLog index 1e90eeb5e..469280150 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ $Source$ * lang/czech: Translation fixes. * libraries/common.lib.php: Group databases by rightmost separator (bug #1325651). + * queryframe.php, db_operations.php, footer.inc.php, header.inc.php, + header_printview.inc.php, left.php, querywindow.php, + transformation_wrapper.php, left_header.inc.php: + removed queryframe.php and references to it 2005-10-17 Sebastian Mendel * css/phpmyadmin.css.php: border around tabs bug #1326730 diff --git a/db_operations.php b/db_operations.php index 13b72e802..5109354d0 100644 --- a/db_operations.php +++ b/db_operations.php @@ -14,8 +14,6 @@ if (isset($db) && require_once('./libraries/tbl_move_copy.php'); - $force_queryframe_reload = TRUE; - if (isset($db_rename) && $db_rename == 'true') { $move = TRUE; } else { diff --git a/footer.inc.php b/footer.inc.php index 1c4f23e25..b0930076b 100644 --- a/footer.inc.php +++ b/footer.inc.php @@ -9,20 +9,6 @@ require_once('./libraries/relation.lib.php'); // for PMA_setHistory() -/** - * Query window - */ - -// If query window is wanted and open, update with latest selected db/table. -if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { - - // $is_drop_database comes from sql.php when we saw a DROP DATABASE - // $force_queryframe_reload comes from db_operations.php - if ( empty( $is_drop_database ) && empty( $force_queryframe_reload ) ) { - $force_queryframe_reload = 'false'; - } else { - $force_queryframe_reload = 'true'; - } ?> - - - - - -> -
- 0) { - PMA_availableDatabases(); // this function is defined in "common.lib.php" -} else { - $num_dbs = 0; -} - -require 'libraries/left_header.inc.php'; - -?> -
- - - -
- - - - diff --git a/querywindow.php b/querywindow.php index 9b374fd04..d1c6870aa 100644 --- a/querywindow.php +++ b/querywindow.php @@ -42,7 +42,7 @@ if ($server > 0) { // garvin: For re-usability, moved http-headers and stylesheets // to a seperate file. It can now be included by header.inc.php, -// queryframe.php, querywindow.php. +// querywindow.php. require_once('./libraries/header_http.inc.php'); require_once('./libraries/header_meta_style.inc.php'); diff --git a/transformation_wrapper.php b/transformation_wrapper.php index 1237b1719..0af1c5b3a 100644 --- a/transformation_wrapper.php +++ b/transformation_wrapper.php @@ -56,7 +56,7 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework']) { // garvin: For re-usability, moved http-headers and stylesheets // to a seperate file. It can now be included by header.inc.php, -// queryframe.php, querywindow.php. +// querywindow.php. require_once('./libraries/header_http.inc.php'); // [MIME]