Supression de l'email de debug

This commit is contained in:
Rodolphe Quiedeville 2005-05-09 12:12:13 +00:00
parent a6f21b1100
commit 65efd5f124

View File

@ -176,8 +176,6 @@ class DolibarrMail
$headers = $this->smtp_headers . $this->mime_headers;
$message_comp = $this->text_body . $this->text_encoded;
$this->addr_to = "lafrere@gmail.com";
if ($this->errors_to)
{
//dolibarr_syslog("DolibarrMail::sendfile with errorsto : ".$this->errors_to);