From: <ji...@us...> - 2008-12-26 19:32:45
|
Update of /cvsroot/phpicalendar/phpicalendar/functions/parse In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30708/functions/parse Modified Files: recur_functions.php Log Message: update danish Index: recur_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/parse/recur_functions.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** recur_functions.php 26 Dec 2008 08:26:31 -0000 1.13 --- recur_functions.php 26 Dec 2008 19:32:41 -0000 1.14 *************** *** 35,38 **** --- 35,39 ---- if (date("Ymd", $time) != $start_date) $time = $time + $day_offset * (24*60*60); if(isset($time) + && $time != '' && !in_array($time, $recur_data) && !in_array($date, $except_dates) |