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)))) { ?> - + +