Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv6875/functions
Modified Files:
init.inc.php
Log Message:
Commented out for 1.0 RC-2
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** init.inc.php 25 Nov 2003 22:13:56 -0000 1.52
--- init.inc.php 26 Nov 2003 00:45:45 -0000 1.53
***************
*** 7,11 ****
// uncomment when developing, comment for shipping version
! error_reporting (E_ERROR | E_WARNING | E_PARSE);
// Older versions of PHP do not define $_SERVER. Define it here instead.
--- 7,11 ----
// uncomment when developing, comment for shipping version
! // error_reporting (E_ERROR | E_WARNING | E_PARSE);
// Older versions of PHP do not define $_SERVER. Define it here instead.
|