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

(-)a/misc/cronjobs/cleanup_database.pl (-1 / +1 lines)
Lines 234-239 unless ( $sessions Link Here
234
    || defined $lock_days && $lock_days ne q{}
234
    || defined $lock_days && $lock_days ne q{}
235
    || $labels
235
    || $labels
236
    || $cards
236
    || $cards
237
    || $return_claims
237
) {
238
) {
238
    print "You did not specify any cleanup work for the script to do.\n\n";
239
    print "You did not specify any cleanup work for the script to do.\n\n";
239
    usage(1);
240
    usage(1);
240
- 

Return to bug 25429