X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ferrors.inc;h=536d23ad8a50008181d48e2a2b98ab3423eadb3d;hb=96a7ff2ca1ad19cd6c8e064da2184f4e2f4dce26;hp=04874a392538a6145ba61e7ea151b5ed43deccea;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/includes/errors.inc b/includes/errors.inc index 04874a39..536d23ad 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -11,7 +11,6 @@ $msg_colors = array( //----------------------------------------------------------------------------- // Error handler - collects all php/user messages for // display in message box. -// FIX: fatal errors ? function error_handler($errno, $errstr, $file, $line) { global $messages; @@ -65,6 +64,7 @@ function error_box() { echo "
"; $before_box = ob_get_clean(); // save html content before error box // Necessary restart instead of get_contents/clean calls due to a bug in php 4.3.2 + register_shutdown_function('ob_end_flush'); ob_start('output_html'); echo "
"; }