\n\n"; if(($STEALTH_MODE === false) && ($errno != E_NOTICE)){ $HAD_HIDDEN_ERROR = true; } } } else if($errno != E_STRICT){ // E_STRICT is a bit much (includes deprecation warnings for nusoap) if(($STOP_ERRORS === false) && ($STEALTH_MODE === false)){ if($errno != E_NOTICE){ print $errorString; } } } if($LOG_ERRORS){ if($errno != E_STRICT){ // E_STRICT is a bit much logEvent($errorString); } } } //// // TODO: Re-vamp this function to match the new layout //// function dispErrorPage($err){ print "Error"; print "\n"; print $err; print "\n"; } ?>