From: <cl...@us...> - 2003-11-24 04:23:56
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1:/tmp/cvs-serv804/functions Modified Files: init.inc.php Log Message: added bleed_time to default to day_start Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** init.inc.php 24 Nov 2003 04:05:37 -0000 1.48 --- init.inc.php 24 Nov 2003 04:23:52 -0000 1.49 *************** *** 37,40 **** --- 37,42 ---- } + if ($bleed_time == '') $bleed_time = $day_start; + // If not HTTP authenticated, try login via cookies or the web page. $username = ''; $password = ''; |