aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-16 18:25:29 +0000
committerjwangen <jwangen>2002-10-16 18:25:29 +0000
commit110db7cb072a4f397d813b0b8bf5dd2c9b7e8a45 (patch)
tree6fd662e891a7e621d6141acf1404d4b0eadccf08 /config.inc.php
parent25492d048a1f6fd7787280a4f8890976130b2997 (diff)
downloadphpicalendar-110db7cb072a4f397d813b0b8bf5dd2c9b7e8a45.tar.gz
phpicalendar-110db7cb072a4f397d813b0b8bf5dd2c9b7e8a45.tar.bz2
phpicalendar-110db7cb072a4f397d813b0b8bf5dd2c9b7e8a45.zip
Cleaned up the parser a bit, removed a lot of lines of code
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy