disabling permanent error_log of sieve requests

This commit is contained in:
Ralf Becker 2010-08-20 07:57:15 +00:00
parent fd5489d458
commit bd88221059

View File

@ -624,7 +624,7 @@ class defaultimap extends Net_IMAP
$this->error =& $this->sieve->error; $this->error =& $this->sieve->error;
} }
$ret = call_user_func_array(array($this->sieve,$name),$params); $ret = call_user_func_array(array($this->sieve,$name),$params);
error_log(__CLASS__.'->'.$name.'('.array2string($params).') returns '.array2string($ret)); //error_log(__CLASS__.'->'.$name.'('.array2string($params).') returns '.array2string($ret));
return $ret; return $ret;
} }
throw new egw_exception_wrong_parameter("No method '$name' implemented!"); throw new egw_exception_wrong_parameter("No method '$name' implemented!");