aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-11 04:44:48 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-11 04:44:48 +0000
commitbb34a65f7235ac21806b69f45b98978846a27a71 (patch)
tree3036b25e7e8e74425c85758c00893747d54cf69a /functions
parentf33e431e252bb00ef73831af66421e0f9b7efc12 (diff)
downloadphpicalendar-bb34a65f7235ac21806b69f45b98978846a27a71.tar.gz
phpicalendar-bb34a65f7235ac21806b69f45b98978846a27a71.tar.bz2
phpicalendar-bb34a65f7235ac21806b69f45b98978846a27a71.zip
Test
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index 4611131..045a093 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -1066,7 +1066,6 @@ _time, 'priority' => $vtodo_priority, 'status' => $status, 'class' => $class, 'c
$calnumber = $calnumber + 1;
}
-
if ($parse_file) {
// Sort the array by absolute date.
if (isset($master_array) && is_array($master_array)) {
@@ -1092,8 +1091,6 @@ if ($parse_file) {
}
}
-
-
//If you want to see the values in the arrays, uncomment below.
//print '<pre>';

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