Correction typo

This commit is contained in:
Laurent Destailleur 2005-07-06 23:52:45 +00:00
parent 4233c55575
commit 1a89b0dfbf

View File

@ -388,7 +388,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
$actionmsg.="Texte utilisé dans le corps du message:<br>"; $actionmsg.="Texte utilisé dans le corps du message:<br>";
$actionmsg.="$message"; $actionmsg.="$message";
} }
$actionmsg2="Envoi Facture par mail"; $actionmsg2="Envoi facture par mail";
} }
if ($_POST["action"] == 'relance') { if ($_POST["action"] == 'relance') {
$subject = "Relance facture $fac->ref"; $subject = "Relance facture $fac->ref";
@ -398,7 +398,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
$actionmsg.="Texte utilisé dans le corps du message:<br>"; $actionmsg.="Texte utilisé dans le corps du message:<br>";
$actionmsg.="$message"; $actionmsg.="$message";
} }
$actionmsg2="Relance Facture par mail"; $actionmsg2="Relance facture par mail";
} }
$filepath[0] = $file; $filepath[0] = $file;