From: cajus Date: Wed, 18 May 2005 12:57:32 +0000 (+0000) Subject: Added comment for debug backtrace.. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f913f234ff6e1a19b123e81281400295663dc1b;p=gosa.git Added comment for debug backtrace.. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@244 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index d802662ff..8f80afb40 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -1513,8 +1513,8 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline) { global $error_collector; - $error_collector.= "PHP error: $errstr ($errfile, line $errline)
"; $error_collector.= sprintf(_("File %s, line %s: %s"), $errfile, $errline, $errstr)."
"; +#debug_backtrace(); gosa_log ("PHP error: $errstr ($errfile, line $errline)"); }