|
From: <par...@us...> - 2009-02-05 15:19:47
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25803/functions Modified Files: ical_parser.php Log Message: Patch from Herman van Rink to fix a syntax error - Thanks! Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.245 retrieving revision 1.246 diff -C2 -d -r1.245 -r1.246 *** ical_parser.php 26 Jan 2009 05:07:38 -0000 1.245 --- ical_parser.php 5 Feb 2009 15:19:42 -0000 1.246 *************** *** 380,384 **** $offset_tmp = chooseOffset($recur_unixtime, $calendar_tz); } else { ! $offset_tmp = $chooseOffset($recur_unixtime); } $recur_unixtime = calcTime($offset_tmp, @$server_offset_tmp, $recur_unixtime); --- 380,384 ---- $offset_tmp = chooseOffset($recur_unixtime, $calendar_tz); } else { ! $offset_tmp = chooseOffset($recur_unixtime); } $recur_unixtime = calcTime($offset_tmp, @$server_offset_tmp, $recur_unixtime); |