[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.135,1.136
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-04-28 19:45:31
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv3364/public_html Modified Files: config.php3 Log Message: fix parse error, unquoted strings and finish last commit Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** config.php3 27 Apr 2002 20:49:35 -0000 1.135 --- config.php3 28 Apr 2002 02:08:27 -0000 1.136 *************** *** 19,23 **** /**** START DEBUGING - Comment or delete this for production! ****/ //ini_set('error_reporting', 'E_ALL'); ! ini_set('error_reporting', 'E_ALL~E_NOTICE'); /**** END DEBUGING ****/ --- 19,23 ---- /**** START DEBUGING - Comment or delete this for production! ****/ //ini_set('error_reporting', 'E_ALL'); ! //ini_set('error_reporting', 'E_ALL~E_NOTICE'); /**** END DEBUGING ****/ |