Update of /cvsroot/phpmp/phpMP/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv21925/includes
Modified Files:
core.php
Log Message:
Oops.
Index: core.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** core.php 12 May 2003 07:05:10 -0000 1.51
--- core.php 12 May 2003 07:06:51 -0000 1.52
***************
*** 40,44 ****
}
! error_reporting(E_ERROR /*| E_WARNING | E_PARSE*/);
//error_reporting(E_ALL);
--- 40,44 ----
}
! error_reporting(E_ERROR | E_WARNING | E_PARSE);
//error_reporting(E_ALL);
|