aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-02-08 09:07:02 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-02-08 09:07:02 +0000
commitb47fb51fe8a336586979e09747381e3fb2d89d80 (patch)
treefb1f463e7cfc6916c85bbe004ec660953c4b36ae /functions
parent501ac044e90b7c0cea1fc238455c24a21896e3ce (diff)
downloadphpicalendar-b47fb51fe8a336586979e09747381e3fb2d89d80.tar.gz
phpicalendar-b47fb51fe8a336586979e09747381e3fb2d89d80.tar.bz2
phpicalendar-b47fb51fe8a336586979e09747381e3fb2d89d80.zip
Comment out section in ical_parser.php that seems to cause repeat problems for repeating 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 831a4a5..76e8557 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -522,7 +522,7 @@ foreach ($cal_filelist as $filename) {
// as well. This checks to see if $next_date_time is after $day_start (i.e., "next week"), and thus
// if we need to add $interval weeks to $next_date_time.
if ($next_date_time > strtotime($week_start_day, $next_range_time) && $interval > 1) {
- $next_date_time = strtotime('+'.($interval - 1).' '.$freq_type, $next_date_time);
+ # $next_date_time = strtotime('+'.($interval - 1).' '.$freq_type, $next_date_time);
}
$recur_data[] = $next_date_time;
}

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