aboutsummaryrefslogtreecommitdiffstats
path: root/ical_parser.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-18 07:00:43 +0000
committerjwangen <jwangen>2002-09-18 07:00:43 +0000
commit6ce685298140d362f78445aeaffb19c1d9d63435 (patch)
treea6936bb2c8eb2c32c5fe0c8d2d156e66a4c3b68c /ical_parser.php
parentab055f768fe83a1d375cc3dbdbfd426d1b345bb9 (diff)
downloadphpicalendar-6ce685298140d362f78445aeaffb19c1d9d63435.tar.gz
phpicalendar-6ce685298140d362f78445aeaffb19c1d9d63435.tar.bz2
phpicalendar-6ce685298140d362f78445aeaffb19c1d9d63435.zip
init now keeps track of $cal and makes sure it always has the correct value
day and week lost their $cal = lines parser hasn't changed
Diffstat (limited to 'ical_parser.php')
-rw-r--r--ical_parser.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/ical_parser.php b/ical_parser.php
index b28dff9..6b77ae4 100644
--- a/ical_parser.php
+++ b/ical_parser.php
@@ -270,10 +270,10 @@ foreach($contents as $line) {
ksort($master_array);
reset($master_array);
-// If you want to see the values in the arrays, uncomment below.
-// print_r($master_array);
-// print_r($day_array);
-// print_r($rrule);
+//If you want to see the values in the arrays, uncomment below.
+//print_r($master_array);
+//print_r($day_array);
+//print_r($rrule);

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