From 78b7bb18d757bbb0adbde3ba3df06164ac3aa61d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Dec 2001 23:04:38 +0000 Subject: [PATCH] *** empty log message *** --- config.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php3 b/config.inc.php3 index 412e6c891..bdfed8b2c 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -174,7 +174,7 @@ $cfgTextareaRows = 7; // textarea size (rows) in edit mode $cfgLimitChars = 50; // max field data length in browse mode $cfgModifyDeleteAtLeft = TRUE; // show edit/delete links on left side of browse $cfgModifyDeleteAtRight = FALSE; // show edit/delete links on right side of browse -$cfgDefaultDisplay = "horizontal"; // default display mode (horizontal|vertical) +$cfgDefaultDisplay = 'horizontal'; // default display mode (horizontal|vertical) $cfgRepeatCells = 100; // repeat header names every X cells? (0 = deactivate) /**