Add method call here.
This commit is contained in:
parent
29705d1d6d
commit
63c51c4682
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ while (my $row = $sthOld->fetchrow_hashref) {
|
|||
$sthLinkSupporterToEmail->execute($supporterId, $emailId);
|
||||
$sthPostalAddress->execute($row->{formatted_address});
|
||||
my $postalId = $dbhNew->last_insert_id("","","","");
|
||||
$sthLinkSupporterToPostal->($supporterId, $postalId);
|
||||
$sthLinkSupporterToPostal->execute($supporterId, $postalId);
|
||||
}
|
||||
foreach my $sth (qw/$sthOld $sthOld $sthNewInsertSupporter $sthInsertEmailAddress
|
||||
$sthLinkSupporterToEmail $sthInsertRequest $sthPostalAddress $sthLinkSupporterToPostal/) {
|
||||
|
|
Loading…
Reference in a new issue