aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-23 21:41:51 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-23 21:41:51 +0000
commit4755bf8f506fda3b64b8267c10d06b6b747f8321 (patch)
treee556aed54223fe9aa4f7ec77c8e206768f854cde /config.inc.php
parentbd7430ee341ee98562826824f7fb223b66a94993 (diff)
downloadphpicalendar-4755bf8f506fda3b64b8267c10d06b6b747f8321.tar.gz
phpicalendar-4755bf8f506fda3b64b8267c10d06b6b747f8321.tar.bz2
phpicalendar-4755bf8f506fda3b64b8267c10d06b6b747f8321.zip
Fixed some other bleed_time issues, now any bleeding event displays the
real end time no matter if its split or not.
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 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.

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