From 5e5df54d8399250ce7e7ed393a25a4ed578f1c96 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Wed, 20 Oct 2004 09:30:50 +0000 Subject: [PATCH] Suppression des print de debug --- htdocs/lib/dolibarrmail.class.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/htdocs/lib/dolibarrmail.class.php b/htdocs/lib/dolibarrmail.class.php index 86a8567697f..6ac52831342 100644 --- a/htdocs/lib/dolibarrmail.class.php +++ b/htdocs/lib/dolibarrmail.class.php @@ -188,10 +188,6 @@ class DolibarrMail $this->text_body = $this->write_body(); - print nl2br($this->smtp_headers); - print nl2br($this->mime_headers); - print nl2br($this->text_body); - $headers = $this->smtp_headers . $this->mime_headers; $message_comp = $this->text_body . $this->text_encoded; @@ -199,9 +195,9 @@ class DolibarrMail return $res; } - /* - * - * + /** + * Ecrit le mail dans un fichier + * Utilisation pour le debuggage */ function write_to_file() { -- GitLab