From 110db7cb072a4f397d813b0b8bf5dd2c9b7e8a45 Mon Sep 17 00:00:00 2001 From: jwangen Date: Wed, 16 Oct 2002 18:25:29 +0000 Subject: Cleaned up the parser a bit, removed a lot of lines of code --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.inc.php') diff --git a/config.inc.php b/config.inc.php index d772bd3..d34ec7f 100644 --- a/config.inc.php +++ b/config.inc.php @@ -21,7 +21,7 @@ $allday_week_lines = '1'; // Number of lines to wrap each event title in all- $week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines. // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. -$save_parsed_cals = 'yes'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence. +$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence. $use_sessions = 'yes'; // This has not yet been implemented. $display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box. $display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory. -- cgit v1.2.3