Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv8026/functions
Modified Files:
init.inc.php
Log Message:
Fixed errors.
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** init.inc.php 20 Sep 2003 00:16:05 -0000 1.37
--- init.inc.php 26 Sep 2003 16:00:41 -0000 1.38
***************
*** 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 (E_ALL);
$ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
|