supporter_id does not belong here.
This commit is contained in:
parent
6c71c75a2c
commit
29705d1d6d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ while (my $row = $sthOld->fetchrow_hashref) {
|
||||||
$sthInsertEmailAddress->execute($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($row->{formatted_address});
|
||||||
my $postalId = $dbhNew->last_insert_id("","","","");
|
my $postalId = $dbhNew->last_insert_id("","","","");
|
||||||
$sthLinkSupporterToPostal->($supporterId, $postalId);
|
$sthLinkSupporterToPostal->($supporterId, $postalId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue