[phpMP-CVS] CVS: phpMP/includes core.php,1.51,1.52
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-05-12 07:06:54
|
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); |