Fix: manque une virgule
This commit is contained in:
parent
8d855ee7c1
commit
8beec74bfb
@ -128,8 +128,14 @@ function envoi_mail($oldemail,$message,$total)
|
|||||||
$mail = new CMailFile($subject,
|
$mail = new CMailFile($subject,
|
||||||
$sendto,
|
$sendto,
|
||||||
$from,
|
$from,
|
||||||
$allmessage,array(),array(),array()
|
$allmessage,
|
||||||
'', '', 0, $msgishtml);
|
array(),
|
||||||
|
array(),
|
||||||
|
array(),
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
0,
|
||||||
|
$msgishtml);
|
||||||
|
|
||||||
$mail->errors_to = $errorsto;
|
$mail->errors_to = $errorsto;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user