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

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +1 lines)
Lines 364-370 if ($branchcount) { Link Here
364
        and warn "Found $branchcount $overduebranch_word with first message enabled: "
364
        and warn "Found $branchcount $overduebranch_word with first message enabled: "
365
        . join( ', ', map { "'$_'" } @overduebranches ), "\n";
365
        . join( ', ', map { "'$_'" } @overduebranches ), "\n";
366
} else {
366
} else {
367
    die 'No branches with active overduerules';
367
    $verbose and die 'No branches with active overduerules';
368
}
368
}
369
369
370
if (@branchcodes) {
370
if (@branchcodes) {
371
- 

Return to bug 38307