supporter_id does not belong here.

This commit is contained in:
Bradley M. Kuhn 2015-12-06 15:45:18 -08:00
parent 3f84079ee0
commit 57411034af

View file

@ -90,7 +90,7 @@ while (my $row = $sthOld->fetchrow_hashref) {
$sthInsertRequest->execute($supporterId, $announceEmailListRequestTypeId, undef, $sthInsertRequest->execute($supporterId, $announceEmailListRequestTypeId, undef,
($row->{on_announce_mailman_list} ? $fulfillmentId : undef)); ($row->{on_announce_mailman_list} ? $fulfillmentId : undef));
} }
$sthInsertEmailAddress->execute($supporterId, $row->{paypal_payer}); $sthInsertEmailAddress->execute($row->{paypal_payer});
my $emailId = $dbhNew->last_insert_id("","","",""); my $emailId = $dbhNew->last_insert_id("","","","");
$sthLinkSupporterToEmail->execute($supporterId, $emailId); $sthLinkSupporterToEmail->execute($supporterId, $emailId);
$sthPostalAddress->execute($supporterId, $row->{formatted_address}); $sthPostalAddress->execute($supporterId, $row->{formatted_address});