2
0
forked from Wavyzz/dolibarr

Fix: manque une virgule

This commit is contained in:
Regis Houssin
2006-08-27 11:57:50 +00:00
parent 8d855ee7c1
commit 8beec74bfb

View File

@@ -128,8 +128,14 @@ function envoi_mail($oldemail,$message,$total)
$mail = new CMailFile($subject,
$sendto,
$from,
$allmessage,array(),array(),array()
'', '', 0, $msgishtml);
$allmessage,
array(),
array(),
array(),
'',
'',
0,
$msgishtml);
$mail->errors_to = $errorsto;