summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a33579)
raw | patch | inline | side by side (parent: 9a33579)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Mar 2008 15:42:45 +0000 (15:42 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9400 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/php_setup.inc | patch | blob | history |
index ab5e705157e7f80e1afc820fc7c426920cf99888..b687c5fba340194ae3c9cefcf22b010d1161c29b 100644 (file)
{
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;