Code

Updated error handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Mar 2008 15:42:45 +0000 (15:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 Mar 2008 15:42:45 +0000 (15:42 +0000)
-Do not use gosa_log, use class log() instead.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9400 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/php_setup.inc

index ab5e705157e7f80e1afc820fc7c426920cf99888..b687c5fba340194ae3c9cefcf22b010d1161c29b 100644 (file)
@@ -26,10 +26,6 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
 {
   global $error_collector,$config, $error_collector_mailto;
 
-  if(function_exists("gosa_log")){
-    gosa_log($errno." ".$errstr." ".$errfile." ".$errline);
-  }
-
   /* Return if error reporting is set to zero */
   if (error_reporting() == 0){
     return;