aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-14 22:29:50 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-14 22:29:50 +0000
commit73e08787dca11fbe5c3cfe659148dc320e84a34c (patch)
tree3a626894e48ee6a8988a4506592b56b2da728fd9 /functions
parent26bd05a4c58607113391e29f986983b50a04e9d8 (diff)
downloadphpicalendar-73e08787dca11fbe5c3cfe659148dc320e84a34c.tar.gz
phpicalendar-73e08787dca11fbe5c3cfe659148dc320e84a34c.tar.bz2
phpicalendar-73e08787dca11fbe5c3cfe659148dc320e84a34c.zip
*** empty log message ***
Diffstat (limited to 'functions')
-rw-r--r--functions/ical_parser.php2
1 files changed, 2 insertions, 0 deletions
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];

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