Spacing changes.

This commit is contained in:
Bradley M. Kuhn 2016-03-11 11:04:46 -08:00
parent b8add1ded5
commit 9a82f72aa9

View file

@ -58,9 +58,7 @@ foreach my $supporterId (@supporterIds) {
%emails = $sp->getEmailAddresses($supporterId);
}
my(@emails) = keys(%emails);
my $lastDonateDate = $sp->donorLastGave($supporterId);
my $cat;
if ($isLapsed) { $cat = '02-lapsed';} elsif ($lapsesInOneWeek) { $cat = '00-lapsing-this-week' }
elsif ($lapsesInOneMonth) { $cat = '01-lapsing-this-month'; }