aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-27 06:16:28 +0000
committerjwangen <jwangen>2002-10-27 06:16:28 +0000
commit004f2c7c85a27d18309e49e7a29de13b53981d42 (patch)
treef15038586c018bce8084639252587678f9a99893 /config.inc.php
parentdc6d8b40debc48b1aeddcd2afa6e50eef4a051c9 (diff)
downloadphpicalendar-004f2c7c85a27d18309e49e7a29de13b53981d42.tar.gz
phpicalendar-004f2c7c85a27d18309e49e7a29de13b53981d42.tar.bz2
phpicalendar-004f2c7c85a27d18309e49e7a29de13b53981d42.zip
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
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 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.

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