|
From: <cl...@us...> - 2003-02-16 20:36:23
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1:/tmp/cvs-serv28562/functions Modified Files: ical_parser.php Log Message: Changed mArray_begin to start in Dec 21 the previous year. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** ical_parser.php 16 Feb 2003 02:26:59 -0000 1.83 --- ical_parser.php 16 Feb 2003 20:36:20 -0000 1.84 *************** *** 139,143 **** if (!isset($description)) $description = ''; ! $mArray_begin = mktime (0,0,0,1,1,$this_year); $mArray_end = mktime (0,0,0,1,12,($this_year + 1)); --- 139,143 ---- if (!isset($description)) $description = ''; ! $mArray_begin = mktime (0,0,0,12,21,($this_year - 1)); $mArray_end = mktime (0,0,0,1,12,($this_year + 1)); |