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

(-)a/misc/cronjobs/fines.pl (-1 / +4 lines)
Lines 71-76 if ($help) { Link Here
71
    exit;
71
    exit;
72
}
72
}
73
73
74
C4::Context->set_userenv(
75
    '-1',  '-1',  undef, 'CRON', 'CRON', undef,
76
    undef, undef, undef, undef,  undef
77
);
74
cronlogaction();
78
cronlogaction();
75
79
76
my @borrower_fields =
80
my @borrower_fields =
77
- 

Return to bug 22577