From 4755bf8f506fda3b64b8267c10d06b6b747f8321 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 23 Nov 2003 21:41:51 +0000 Subject: Fixed some other bleed_time issues, now any bleeding event displays the real end time no matter if its split or not. --- 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 debcf57..729da3e 100644 --- a/config.inc.php +++ b/config.inc.php @@ -24,7 +24,7 @@ $default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the $tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X) $calendar_path = ''; // Leave this blank on most installs, place your full path to calendars if they are outside the phpicalendar folder. $second_offset = '0'; // The time in seconds between your time and your server's time. -$bleed_time = '0200'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359' +$bleed_time = '0400'; // This allows events past midnight to just be displayed on the starting date, only good up to 24 hours. Range from '0000' to '2359' // Advanced settings for custom installs, cookies, etc. // In most cases these will not need to be set. -- cgit v1.2.3