View | Details | Raw Unified | Return to bug 32560
Collapse All | Expand All

(-)a/misc/cronjobs/set_expired_lost.pl (-2 / +1 lines)
Lines 12-18 my $row = $sth->fetchrow_hashref(); Link Here
12
12
13
# Output for email only if borrowers need changing
13
# Output for email only if borrowers need changing
14
if ($row->{'amount'}) {
14
if ($row->{'amount'}) {
15
    $DEBUG && print $row->{'amount'} . " borrowers to be changed";
15
    $DEBUG && print $row->{'amount'} . " borrower(s) changed";
16
}
16
}
17
$sth->finish();
17
$sth->finish();
18
18
19
- 

Return to bug 32560