From 85393e04ae7261f44d3e3aea5ec862756acc6d82 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 7 Nov 2002 19:34:57 +0000 Subject: [PATCH] Added a note about bug #634931. --- ChangeLog | 1 + config.inc.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e15d46a5e..5247ba5ad 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2002-11-07 Alexander M. Turek * libraries/config_import.lib.php3: Fixed a small inconsistance. + * config.inc.php3: Added a note about bug #634931. 2002-11-06 Alexander M. Turek * translators.html, lang/*.inc.php3: Fixed some typos. diff --git a/config.inc.php3 b/config.inc.php3 index 572160def..3b6080a0d 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -225,7 +225,7 @@ $cfg['DefaultTabTable'] = 'tbl_properties_structure.php3'; // Possible values: // 'tbl_properties_structure.php3' = fields list // 'tbl_properties.php3' = sql form - // 'tbl_select.php3 = select page + // 'tbl_select.php3 = select page (buggy!) // 'tbl_change.php3 = insert row page @@ -341,7 +341,7 @@ $cfg['TextareaCols'] = 40; // textarea size (columns) in edit m // (this value will be emphasized (*2) for sql // query textareas) $cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode -$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox +$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox $cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR $cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR $cfg['LimitChars'] = 50; // max field data length in browse mode