Spacing changes.
This commit is contained in:
parent
b8add1ded5
commit
9a82f72aa9
1 changed files with 0 additions and 2 deletions
|
@ -58,9 +58,7 @@ foreach my $supporterId (@supporterIds) {
|
||||||
%emails = $sp->getEmailAddresses($supporterId);
|
%emails = $sp->getEmailAddresses($supporterId);
|
||||||
}
|
}
|
||||||
my(@emails) = keys(%emails);
|
my(@emails) = keys(%emails);
|
||||||
|
|
||||||
my $lastDonateDate = $sp->donorLastGave($supporterId);
|
my $lastDonateDate = $sp->donorLastGave($supporterId);
|
||||||
|
|
||||||
my $cat;
|
my $cat;
|
||||||
if ($isLapsed) { $cat = '02-lapsed';} elsif ($lapsesInOneWeek) { $cat = '00-lapsing-this-week' }
|
if ($isLapsed) { $cat = '02-lapsed';} elsif ($lapsesInOneWeek) { $cat = '00-lapsing-this-week' }
|
||||||
elsif ($lapsesInOneMonth) { $cat = '01-lapsing-this-month'; }
|
elsif ($lapsesInOneMonth) { $cat = '01-lapsing-this-month'; }
|
||||||
|
|
Loading…
Reference in a new issue