aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-05 06:07:20 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-05 06:07:20 +0000
commit205c553ab48b5eb7ec1a7c2d34fb99b53e42fe35 (patch)
tree598cc8b790e718d1261993244805e2f03a52759c /functions
parent0c0776b480b5352843980268cb46d37c05ac8bf3 (diff)
downloadphpicalendar-205c553ab48b5eb7ec1a7c2d34fb99b53e42fe35.tar.gz
phpicalendar-205c553ab48b5eb7ec1a7c2d34fb99b53e42fe35.tar.bz2
phpicalendar-205c553ab48b5eb7ec1a7c2d34fb99b53e42fe35.zip
Fix for [ 829861 ] Yearly Recurrence Showing two events.
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index b76297c..990abe3 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -524,7 +524,7 @@ foreach ($cal_filelist as $filename) {
}
} else {
$day = date('d', $start_date_time);
- $next_date_time = mktime(0,0,0,$month,$day,$this_year);
+ $next_date_time = mktime(0,0,0,$month,$day,$year);
}
$recur_data[] = $next_date_time;
}

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