aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authordavef <davefd2@users.sourceforge.net>2005-05-16 18:14:41 +0000
committerdavef <davefd2@users.sourceforge.net>2005-05-16 18:14:41 +0000
commitc4cd9ef3029afc434d5ae41693d059ccfe459799 (patch)
tree9d9c86ad3f46129d640189fb99502fffce545229 /functions/init.inc.php
parent041f38124d055c6572a290a99c454d5146fe1758 (diff)
downloadphpicalendar-c4cd9ef3029afc434d5ae41693d059ccfe459799.tar.gz
phpicalendar-c4cd9ef3029afc434d5ae41693d059ccfe459799.tar.bz2
phpicalendar-c4cd9ef3029afc434d5ae41693d059ccfe459799.zip
"turned off" bleed_time by default, to fix a rendering problem where the default expectations weren't to have things get cut off.
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 5b3aa08..7c01cf2 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -32,7 +32,7 @@ if ($cookie_uri == '') {
$cookie_uri = $_SERVER['SERVER_NAME'].substr($_SERVER['PHP_SELF'],0,strpos($_SERVER['PHP_SELF'], '/'));
}
-if ($bleed_time == '') $bleed_time = $day_start;
+if ($bleed_time == '') $bleed_time = -1;
// Grab the action (login or logout).
if (isset($_GET['action'])) $action = $_GET['action'];

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