From c2002b91e48676216e710e30cb3f3dd422a28aed Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 9 May 2003 12:40:46 +0000 Subject: [PATCH] clarification --- config.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php3 b/config.inc.php3 index f95cece53..79337d0ec 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -381,7 +381,7 @@ $cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode $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 +$cfg['LimitChars'] = 50; // For text and blobs, max field data length in browse mode $cfg['ModifyDeleteAtLeft'] = TRUE; // show edit/delete links on left side of browse // (or at the top with vertical browse) $cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right side of browse