]> 4ch.mooo.com Git - test.git/commitdiff
modified: lib/lib_common.php
authorsparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 09:20:08 +0000 (03:20 -0600)
committersparky4 <sparky4@4ch.irc.su>
Fri, 25 Feb 2011 09:20:08 +0000 (03:20 -0600)
lib/lib_common.php

index 80b45f6ea044b077953bace96fc64dea36b29c83..483556b98d5e5c1495801726aa15261c5b66d6bb 100755 (executable)
@@ -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.'<br />');
                        break;
                case E_WARNING:
-                       print_r('Warning: '.$errstr.' '.$errfile.' #'.$errline);
+                       print_r('Warning: '.$errstr.' '.$errfile.' #'.$errline.'<br />');
                        break;
        }
 }