diff --git a/ChangeLog b/ChangeLog index 7d10a9354..8f07e3012 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ $Id$ $Source$ 2004-05-03 Garvin Hicking + * config.inc.php, libraries/config_import.lib.php, querywindow.php, + footer.inc.php, Documentation.html: Removed obsolete + QueryFrameDebug configuration directive * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch structure to take previous settings into account. diff --git a/Documentation.html b/Documentation.html index 0014abfdd..f040958c1 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1722,7 +1722,6 @@ Defaults to FALSE (drop-down).
$cfg['QueryFrame'] boolean
$cfg['QueryFrameJS'] boolean
- $cfg['QueryFrameDebug'] boolean
$cfg['QueryWindowWidth'] integer
$cfg['QueryWindowHeight'] integer
$cfg['QueryHistoryDB'] boolean
@@ -1773,9 +1772,6 @@ Defaults to FALSE (drop-down).
default tab to be used when opening the query window. It can be set to either 'sql', 'files', 'history' or 'full'.

- The variable $cfg['QueryFrameDebug'] can be used by developers for - easier future feature integration. -

$cfg['BrowseMIME'] boolean
diff --git a/config.inc.php b/config.inc.php index 9d284c74a..b699f5dfa 100644 --- a/config.inc.php +++ b/config.inc.php @@ -495,7 +495,6 @@ $cfg['RepeatCells'] = 100; // repeat header names every X cells $cfg['QueryFrame'] = TRUE; // displays a new frame where a link to a querybox is always displayed. $cfg['QueryFrameJS'] = TRUE; // whether to use JavaScript functions for opening a new window for SQL commands. // if set to 'false', the target of the querybox is always the right frame. -$cfg['QueryFrameDebug'] = FALSE; // display JS debugging link (DEVELOPERS only) $cfg['QueryWindowWidth'] = 550; // Width of Query window $cfg['QueryWindowHeight'] = 310; // Height of Query window $cfg['QueryHistoryDB'] = FALSE; // Set to TRUE if you want DB-based query history. diff --git a/footer.inc.php b/footer.inc.php index b5ba7f283..ed42240ac 100644 --- a/footer.inc.php +++ b/footer.inc.php @@ -20,15 +20,6 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) {