aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-14 04:59:15 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-14 04:59:15 +0000
commit60d3444d69100a5b0e8169237a382c32e44b68cc (patch)
treed081bb8b9b820f080ca8cecdc23344763addc86d /config.inc.php
parentcfbe007905bb11c120ba6eb4512112cb2a82cc4e (diff)
downloadphpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.tar.gz
phpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.tar.bz2
phpicalendar-60d3444d69100a5b0e8169237a382c32e44b68cc.zip
Fix for [ 831524 ] ghost events displayed, changed config to not save
parsed cals, and took the double getdate out of list_icals.
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 0347f96..1c0af33 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -31,7 +31,7 @@ $cookie_uri = ''; // The HTTP URL to the PHP iCalendar directory, ie. htt
$download_uri = ''; // The HTTP URL to your calendars directory, ie. http://www.example.com/phpicalendar/calendars
// 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 = 'no'; // 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