Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22048/functions
Modified Files:
ical_parser.php
Log Message:
fix rss link and dates
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.226
retrieving revision 1.227
diff -C2 -d -r1.226 -r1.227
*** ical_parser.php 18 Dec 2008 09:22:23 -0000 1.226
--- ical_parser.php 20 Dec 2008 00:11:56 -0000 1.227
***************
*** 464,468 ****
//If you want to see the values in the arrays, uncomment below.
! //print '<pre>';
//print_r($master_array);
//print_r($overlap_array);
--- 464,469 ----
//If you want to see the values in the arrays, uncomment below.
! #print '<pre>';
! #var_dump($phpiCal_config);
//print_r($master_array);
//print_r($overlap_array);
***************
*** 474,477 ****
//print_r($cal_filelist);
//print_r($tz_array);
! //print '</pre>';
?>
\ No newline at end of file
--- 475,478 ----
//print_r($cal_filelist);
//print_r($tz_array);
! #print '</pre>';
?>
\ No newline at end of file
|