remove debugging error_reporting

git-svn-id: file:///home/svn/framework3/trunk@10778 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-10-21 22:47:16 +00:00
parent 2dbf731946
commit ecc98849a6
1 changed files with 1 additions and 1 deletions

View File

@ -797,7 +797,7 @@ ob_implicit_flush();
# Turn off error reporting so we don't leave any ugly logs. Why make an
# administrator's job easier if we don't have to? =)
error_reporting(0);
error_reporting(E_ALL);
#error_reporting(E_ALL);
@ignore_user_abort(true);
# Has no effect in safe mode, but try anyway