From 0fe16eaa3f5fd653cb0dfc9c5c67dd9708653a9d Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 9 Jul 2003 19:37:39 +0000 Subject: [PATCH] Fix Bug #768652 (sql history tab) --- ChangeLog | 2 ++ tbl_query_box.php3 | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d225f44c0..5ac9d766b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ $Source$ * lang/galician: Updated, thanks to Xosé Calvo. 2003-07-09 Garvin Hicking + * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to + whole frameset) * Documentation.html, config.inc.php3, libraries/common.lib.php3, libraries/config_import.lib.php3, header.inc.php3: Created auto-detection for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip diff --git a/tbl_query_box.php3 b/tbl_query_box.php3 index 5508b3c33..e44671271 100755 --- a/tbl_query_box.php3 +++ b/tbl_query_box.php3 @@ -316,10 +316,11 @@ if (!isset($is_inside_querywindow) || if (!isset($is_inside_querywindow) || (isset($is_inside_querywindow) && $is_inside_querywindow == TRUE && isset($querydisplay_tab) && (($querydisplay_tab == 'files') || $querydisplay_tab == 'sql' || $querydisplay_tab == 'full' || ($querydisplay_tab == 'history' && $bookmark_go)))) { ?> - + +