Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv32557/functions
Modified Files:
ical_parser.php init.inc.php
Log Message:
Settings placed back to default for 0.9.5 release.
Index: ical_parser.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** ical_parser.php 14 Nov 2003 22:29:50 -0000 1.123
--- ical_parser.php 14 Nov 2003 22:33:11 -0000 1.124
***************
*** 656,661 ****
unset ($field, $data, $prop_pos, $property);
- $field = '';
- $data = '';
ereg ("([^:]+):(.*)", $line, $line);
$field = $line[1];
--- 656,659 ----
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** init.inc.php 5 Nov 2003 05:40:15 -0000 1.40
--- init.inc.php 14 Nov 2003 22:33:11 -0000 1.41
***************
*** 7,11 ****
// uncomment when developing, comment for shipping version
! error_reporting (E_ALL);
$ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
--- 7,11 ----
// uncomment when developing, comment for shipping version
! error_reporting (0);
$ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
|