diff --git a/scripts/db-convert-0.1-to-0.2.plx b/scripts/db-convert-0.1-to-0.2.plx index 32ea491..9d1082c 100644 --- a/scripts/db-convert-0.1-to-0.2.plx +++ b/scripts/db-convert-0.1-to-0.2.plx @@ -70,11 +70,11 @@ while (my $row = $sthOld->fetchrow_hashref) { $requestParamaters->{who} = 'bkuhn'; $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(); }