From ea61d8e00bc591baf85fda9758952b20b0d984f0 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Fri, 10 Jul 2009 18:00:53 +0000 Subject: Fix undefined variable warnings with VTODO in ics parser --- 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 cb1191d..1a83d79 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -220,6 +220,8 @@ foreach ($cal_filelist as $cal_key=>$filename) { case 'BEGIN:VTODO': $vtodo_set = TRUE; + $start_date = ''; + $start_time = ''; $summary = ''; $due_date = ''; $due_time = ''; -- cgit v1.2.3