From d6405b94fff1853f6654ecb85eea79721827b6ca Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Sun, 28 Dec 2008 10:50:57 +0000 Subject: kill admin.php; misc other changes; bump rc num --- functions/ical_parser.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions/ical_parser.php') 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; -- cgit v1.2.3