diff options
Diffstat (limited to 'includes/functions.php')
-rw-r--r-- | includes/functions.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/functions.php b/includes/functions.php index 0203d34..73c506c 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -340,8 +340,7 @@ function fatal_error_handler($buffer) { function handle_error ($errno, $errstr, $errfile, $errline) { - //error_log("$errstr in $errfile on line $errline"); - //ReportError("<pre>$errstr</pre>"); + //decho("<b>Warning:</b> $errfile:$errline, $errstr"); push_error_stack("<b>Error Number:</b> $errno<br/><b>Error:</b> $errstr<br/><b>In File:</b> $errfile<br/><b>Line:</b> $errline"); if($errno == FATAL || $errno == ERROR){ push_error_stack($errstr); |