From 004f2c7c85a27d18309e49e7a29de13b53981d42 Mon Sep 17 00:00:00 2001 From: jwangen Date: Sun, 27 Oct 2002 06:16:28 +0000 Subject: Fixed a couple bugs in day and week where events that start before $day_start wouldn't show and where $day_start that aren't on the hour would break the views --- 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 2371a63..5d80edb 100644 --- a/config.inc.php +++ b/config.inc.php @@ -24,7 +24,7 @@ $default_path = 'http://ical.silter.org/phpicalendar'; // Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase. $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. +$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. $allow_webcals = 'no'; // Allow http:// and webcal:// prefixed URLs to be used as the $cal for remote viewing of "subscribe-able" calendars. This does not have to be enabled to allow specific ones below. -- cgit v1.2.3