This commit is contained in:
Rodolphe Quiedeville 2005-03-29 11:33:15 +00:00
parent 6e25857ebb
commit b304ddaf2e

View File

@ -245,9 +245,8 @@ if (sizeof($factures_a_mailer) > 0)
if ( $mailfile->sendfile() ) if ( $mailfile->sendfile() )
{ {
for ($kj = 0 ; $kj < sizeof($ligne->contact_facture_id) ; $kj++) for ($kj = 0 ; $kj < sizeof($emails) ; $kj++)
{ {
//$sendtoid = $ligne->contact_facture_id[$kj];
$sendtoid = $contactid; $sendtoid = $contactid;
$sendtox = $emails[$kj]; $sendtox = $emails[$kj];