From 73e08787dca11fbe5c3cfe659148dc320e84a34c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 14 Nov 2003 22:29:50 +0000 Subject: *** empty log message *** --- functions/ical_parser.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions') diff --git a/functions/ical_parser.php b/functions/ical_parser.php index c46583c..85ed3ec 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -655,6 +655,8 @@ foreach ($cal_filelist as $filename) { } else { unset ($field, $data, $prop_pos, $property); + $field = ''; + $data = ''; ereg ("([^:]+):(.*)", $line, $line); $field = $line[1]; $data = $line[2]; -- cgit v1.2.3