From: <par...@us...> - 2010-12-03 20:33:04
|
Update of /cvsroot/phpicalendar/phpicalendar/functions/parse In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13734/functions/parse Modified Files: Tag: version-2-4 end_vevent.php Log Message: Remove unused "bleed time" configuration and variables. Bug 2557487 Index: end_vevent.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/parse/end_vevent.php,v retrieving revision 1.28 retrieving revision 1.28.4.1 diff -C2 -d -r1.28 -r1.28.4.1 *** end_vevent.php 16 Apr 2010 19:10:17 -0000 1.28 --- end_vevent.php 3 Dec 2010 20:32:56 -0000 1.28.4.1 *************** *** 55,62 **** if (isset($start_unixtime,$end_unixtime) && date('Ymd',$start_unixtime) < date('Ymd',$end_unixtime)) { $spans_day = true; - $bleed_check = (($start_unixtime - $end_unixtime) <= (60*60*24)) ? '-1' : '0'; } else { $spans_day = false; - $bleed_check = 0; } --- 55,60 ---- |