From 0ab22e2357f8ef820944c7ccb78b5a29a2205d5a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 24 Feb 2005 21:51:37 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20EMail=20destinataire=20et=20=E9metteur?= =?UTF-8?q?=20invers=E9=20dans=20le=20message=20de=20confirmation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 855ccf78861..5a97b342900 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -395,7 +395,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') if ( $mailfile->sendfile() ) { - $msg='
'.$langs->trans("MailSuccessfulySent",$sendto,$from).'.
'; + $msg='
'.$langs->trans("MailSuccessfulySent",$from,$sendto).'.
'; $sendto = htmlentities($sendto);