|
From: <cl...@us...> - 2004-05-11 04:44:59
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25624 Modified Files: ical_parser.php Log Message: Test Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.154 retrieving revision 1.155 diff -C2 -d -r1.154 -r1.155 *** ical_parser.php 11 May 2004 02:41:51 -0000 1.154 --- ical_parser.php 11 May 2004 04:44:48 -0000 1.155 *************** *** 1067,1071 **** } - if ($parse_file) { // Sort the array by absolute date. --- 1067,1070 ---- *************** *** 1093,1098 **** } - - //If you want to see the values in the arrays, uncomment below. --- 1092,1095 ---- |