aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-26 19:32:41 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-26 19:32:41 +0000
commitb4d635e784aa5589a34d3bbadaf3e93482fa4d33 (patch)
tree456daf290e674c99ebaa313325882f5b2c065b71 /functions/parse
parent65c00ba1223eb97ff618fd661402a74c037c58cd (diff)
downloadphpicalendar-b4d635e784aa5589a34d3bbadaf3e93482fa4d33.tar.gz
phpicalendar-b4d635e784aa5589a34d3bbadaf3e93482fa4d33.tar.bz2
phpicalendar-b4d635e784aa5589a34d3bbadaf3e93482fa4d33.zip
update danish
Diffstat (limited to 'functions/parse')
-rw-r--r--functions/parse/recur_functions.php1
1 files changed, 1 insertions, 0 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy