From ca23245565ca0e85b88f50dcc4b1475a30640ca0 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Thu, 18 Sep 2003 00:32:19 +0000 Subject: Removed leftover debugging output for YEARLY events. --- functions/ical_parser.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/ical_parser.php b/functions/ical_parser.php index 63a3287..77210f4 100644 --- a/functions/ical_parser.php +++ b/functions/ical_parser.php @@ -481,8 +481,6 @@ foreach ($cal_filelist as $filename) { } break; case 'YEARLY': - echo $summary; - print_r($bymonth); if (!isset($bymonth)) $bymonth[] = date('m', $start_date_time); foreach($bymonth as $month) { $year = date('Y', $next_range_time); -- cgit v1.2.3