aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-21 18:07:11 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-21 18:07:11 +0000
commitdc9f74e815e89642efeebd7536ed1fa6e5e31673 (patch)
treeda9de162c5e008556c3adb238943ecb666c474b0 /functions
parentcddaae62f9fc605f55c9fed2a9090127abf24577 (diff)
downloadphpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.tar.gz
phpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.tar.bz2
phpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.zip
more recurrence support. uncomplete checkin.
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index 96c5c41..1918902 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -146,6 +146,7 @@ if ($parse_file) {
}
// If the events go past midnight
+ // Needs to be re-thunk
if ($end_time < $start_time) $end_time = 2359;
}
@@ -165,9 +166,9 @@ if ($parse_file) {
// handle single changes in recurring events
// Maybe this is no longer need since done at bottom of parser? - CL 11/20/02
- //if ($uid_valid && $write_processed) {
- // $processed[$uid] = array($start_date,($hour.$minute));
- //}
+ if ($uid_valid && $write_processed) {
+ $processed[$uid] = array($start_date,($hour.$minute));
+ }
// Handling of the all day events
if ((isset($allday_start) && $allday_start != '')) {

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