switched off permanent error_log

This commit is contained in:
Ralf Becker 2014-04-09 08:49:07 +00:00
parent 0a83c89f9f
commit 88ac923de2

View File

@ -64,7 +64,7 @@ class send extends egw_mailer
$this->Hostname = $GLOBALS['egw_info']['server']['hostname'];
error_log(__METHOD__."() initialised egw_mailer with ".array2string($this)." from mail default account ".array2string($account->params));
if ($this->debug) error_log(__METHOD__."() initialised egw_mailer with ".array2string($this)." from mail default account ".array2string($account->params));
}
/**