Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv21567/functions
Modified Files:
init.inc.php
Log Message:
Blah
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** init.inc.php 24 Nov 2003 04:23:52 -0000 1.49
--- init.inc.php 25 Nov 2003 15:59:27 -0000 1.50
***************
*** 7,11 ****
// uncomment when developing, comment for shipping version
! error_reporting (E_ERROR | E_WARNING);
// 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);
// Older versions of PHP do not define $_SERVER. Define it here instead.
***************
*** 85,89 ****
if (ini_get('max_execution_time') < 60) {
! ini_set('max_execution_time', '60');
}
--- 85,89 ----
if (ini_get('max_execution_time') < 60) {
! @ini_set('max_execution_time', '60');
}
|