mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
comment debug to allow static usage
This commit is contained in:
parent
a0659f5ade
commit
08bbc9b98a
@ -477,7 +477,7 @@ class emailadmin_smtp_ldap extends defaultsmtp
|
||||
$mbox .= '@'.$domain;
|
||||
break;
|
||||
}
|
||||
if ($this->debug) error_log(__METHOD__."(".array2string($account).",'$domain','$mail_login_type') = '$mbox'");
|
||||
//error_log(__METHOD__."(".array2string($account).",'$domain','$mail_login_type') = '$mbox'");
|
||||
|
||||
return $mbox;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user