From b4d635e784aa5589a34d3bbadaf3e93482fa4d33 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Fri, 26 Dec 2008 19:32:41 +0000 Subject: update danish --- functions/parse/recur_functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/parse') diff --git a/functions/parse/recur_functions.php b/functions/parse/recur_functions.php index 8daa71d..0526e1d 100644 --- a/functions/parse/recur_functions.php +++ b/functions/parse/recur_functions.php @@ -34,6 +34,7 @@ function add_recur($times,$freq=''){ # These are already fixed for the initial instance, but need to be fixed for recurrences 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) && $time >= $start_date_unixtime -- cgit v1.2.3