supporter_id does not belong here.
This commit is contained in:
parent
3f84079ee0
commit
57411034af
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||||
|
|
Loading…
Reference in a new issue