Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv25272
Modified Files:
ical_parser.php
Log Message:
Removed leftover debugging output for YEARLY events.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** ical_parser.php 17 Sep 2003 20:38:12 -0000 1.101
--- ical_parser.php 18 Sep 2003 00:32:19 -0000 1.102
***************
*** 482,487 ****
break;
case 'YEARLY':
- echo $summary;
- print_r($bymonth);
if (!isset($bymonth)) $bymonth[] = date('m', $start_date_time);
foreach($bymonth as $month) {
--- 482,485 ----
|