Bad bracing.
This commit is contained in:
parent
e5516fb064
commit
2efad6ff89
1 changed files with 1 additions and 1 deletions
|
@ -71,10 +71,10 @@ while (my $row = $sthOld->fetchrow_hashref) {
|
|||
$requestParamaters->{how} = 'legacy import of old database; exact details of this fulfillment are unknown';
|
||||
$sp->fulfillRequest($requestParamaters);
|
||||
}
|
||||
}
|
||||
$sp->addPostalAddress($donorId, $row->{formatted_address}, 'paypal');
|
||||
}
|
||||
$sthOld->finish();
|
||||
}
|
||||
foreach my $dbh ($dbhNew, $dbhOld) {
|
||||
$dbhNew->disconnect();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue