From: sparky4 Date: Fri, 25 Feb 2011 09:20:08 +0000 (-0600) Subject: modified: lib/lib_common.php X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=9f68fd6dda44e2d13a1a6b39e35f538d618d0ff4;p=test.git modified: lib/lib_common.php --- diff --git a/lib/lib_common.php b/lib/lib_common.php index 80b45f6..483556b 100755 --- a/lib/lib_common.php +++ b/lib/lib_common.php @@ -17,10 +17,10 @@ function PMCCore_errorHandler($errno, $errstr, $errfile, $errline){ switch($errno){ case E_USER_ERROR: case E_ERROR: - print_r('Error: '.$errstr); + print_r('Error: '.$errstr.'
'); break; case E_WARNING: - print_r('Warning: '.$errstr.' '.$errfile.' #'.$errline); + print_r('Warning: '.$errstr.' '.$errfile.' #'.$errline.'
'); break; } }