aboutsummaryrefslogtreecommitdiffstats
path: root/functions/parse/recur_functions.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2010-05-26 15:03:12 +0000
committerJason Oster <parasytic@users.sourceforge.net>2010-05-26 15:03:12 +0000
commit62ceba3018274adb8b86e5d8c1d14749a1537d0a (patch)
treed73e953974b9e1865e571c6b65afeab5ff33ffc1 /functions/parse/recur_functions.php
parent1c7eaa2b23e9d523ae8d346556af240b3c38efea (diff)
downloadphpicalendar-62ceba3018274adb8b86e5d8c1d14749a1537d0a.tar.gz
phpicalendar-62ceba3018274adb8b86e5d8c1d14749a1537d0a.tar.bz2
phpicalendar-62ceba3018274adb8b86e5d8c1d14749a1537d0a.zip
Merge with 2.4 branch
Diffstat (limited to 'functions/parse/recur_functions.php')
-rw-r--r--functions/parse/recur_functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/parse/recur_functions.php b/functions/parse/recur_functions.php
index ceab4e4..76cb30b 100644
--- a/functions/parse/recur_functions.php
+++ b/functions/parse/recur_functions.php
@@ -48,6 +48,9 @@ function add_recur($times,$freq=''){
&& $count >= 0
) $recur_data[] = $time;
}
+ else if (in_array($date, $except_dates)) {
+ $count--;
+ }
}
#dump_times($recur_data);
return;

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