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

(-)a/misc/cronjobs/longoverdue.pl (-2 / +1 lines)
Lines 270-276 if ( ! defined($lost) ) { Link Here
270
    else {
270
    else {
271
        pod2usage( {
271
        pod2usage( {
272
                -exitval => 1,
272
                -exitval => 1,
273
                -msg => q|ERROR: No --lost (-l) option defined|,
273
                -msg => q|ERROR: No --lost (-l) option nor system preferencies DefaultLongOverdueLostValue/DefaultLongOverdueDays defined|,
274
        } );
274
        } );
275
    }
275
    }
276
}
276
}
277
- 

Return to bug 27656