From: <ji...@us...> - 2007-10-11 23:46:29
|
Update of /cvsroot/phpicalendar/phpicalendar3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22591/phpicalendar3 Modified Files: parser_tests.php Log Message: modify mont.php to set current view before parsing, and to remove some extraneous stuff duplicated in init.inc.php Index: parser_tests.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar3/parser_tests.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** parser_tests.php 2 May 2007 13:41:52 -0000 1.2 --- parser_tests.php 11 Oct 2007 23:46:31 -0000 1.3 *************** *** 20,25 **** # test line folder ! if (!$parser->process_file('calendars/Deutsche_Feiertage.ics')) ! echo 'failed open'; $start = 42929730712; --- 20,28 ---- # test line folder ! #if (!$parser->process_file('calendars/Deutsche_Feiertage.ics')) echo 'failed open'; ! ! #print_r($parser); ! if (!$parser->process_file('calendars/US32Holidays.ics')) echo 'failed open'; ! print_r($parser); $start = 42929730712; |