mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
remove forgotten error log statement
This commit is contained in:
parent
20ce8ff14c
commit
e87b56523c
@ -961,7 +961,6 @@
|
||||
//$mail->SMTPDebug = 10;
|
||||
#error_log("Folder:".count(array($this->sessionData['folder']))."To:".count((array)$this->sessionData['to'])."CC:". count((array)$this->sessionData['cc']) ."bcc:".count((array)$this->sessionData['bcc']));
|
||||
if(count((array)$this->sessionData['to']) > 0 || count((array)$this->sessionData['cc']) > 0 || count((array)$this->sessionData['bcc']) > 0) {
|
||||
error_log(__METHOD__.__LINE__.array2string($mail));
|
||||
try {
|
||||
$mail->Send();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user