]> 4ch.mooo.com Git - test.git/blobdiff - lib/lib_common.php
modified: lib/lib_common.php
[test.git] / 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;
        }
 }