Update of /cvsroot/phpicalendar/phpicalendar/functions/init
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16152/functions/init
Modified Files:
set_error_reporting.php
Log Message:
misc changes for 2.31
Index: set_error_reporting.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init/set_error_reporting.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** set_error_reporting.php 15 Dec 2008 17:25:27 -0000 1.2
--- set_error_reporting.php 26 Jan 2009 03:27:30 -0000 1.3
***************
*** 5,10 ****
*/
// uncomment when developing, comment for shipping version
! error_reporting (E_ALL);
#error_reporting (E_ERROR | E_WARNING | E_PARSE);
! #error_reporting(0);
// Older versions of PHP do not define $_SERVER. Define it here instead.
--- 5,10 ----
*/
// uncomment when developing, comment for shipping version
! #error_reporting (E_ALL);
#error_reporting (E_ERROR | E_WARNING | E_PARSE);
! error_reporting(0);
// Older versions of PHP do not define $_SERVER. Define it here instead.
|