aboutsummaryrefslogtreecommitdiffstats
path: root/functions/ical_parser.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:57 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 10:50:57 +0000
commitd6405b94fff1853f6654ecb85eea79721827b6ca (patch)
tree94eed54194dc8ff3aa2512d66816a0f7e60fc5bb /functions/ical_parser.php
parentbbfbcfca381146e0ca2a161616513cf2e66f3337 (diff)
downloadphpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.tar.gz
phpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.tar.bz2
phpicalendar-d6405b94fff1853f6654ecb85eea79721827b6ca.zip
kill admin.php; misc other changes; bump rc num
Diffstat (limited to 'functions/ical_parser.php')
-rw-r--r--functions/ical_parser.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/ical_parser.php b/functions/ical_parser.php
index a70522c..cafcd0a 100644
--- a/functions/ical_parser.php
+++ b/functions/ical_parser.php
@@ -128,6 +128,7 @@ foreach ($cal_filelist as $cal_key=>$filename) {
$line = trim(stripslashes($line));
switch ($line) {
+ case 'BEGIN:VFREEBUSY':
case 'BEGIN:VEVENT':
// each of these vars were being set to an empty string
unset (
@@ -165,7 +166,7 @@ foreach ($cal_filelist as $cal_key=>$filename) {
$organizer = array();
break;
-
+ case 'END:VFREEBUSY':
case 'END:VEVENT':
include BASE."functions/parse/end_vevent.php";
break;

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