From 869926af3fbbae191b7befd0c729a39982a146ff Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 8 Jul 2021 23:26:29 +0200 Subject: [PATCH] =?UTF-8?q?correction=20bug=20double=20
=20en=20fin=20d?= =?UTF-8?q?e=20message=20p=C3=A9rip=C3=A9tie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.php b/cron.php index ff3bf18..16c1cef 100644 --- a/cron.php +++ b/cron.php @@ -99,7 +99,7 @@ $result = replaceVariables($db, $dicoDest["Objet_" . $peripetie['indexText']], $dicoDest); $objetMail = $result["text"]; $result = replaceVariables($db, $dicoDest[$peripetie['indexText']], $dicoDest); - $mailText = $result["text"] . EOLH . EOLH; + $mailText = $result["text"]; print "envoi courriel au destinataire : " . $db->destMail . EOLH . $mailText .EOLH; $s = envoiMail( $db->destMail, $objetMail, $mailText); sleep(1);