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

(-)a/misc/cronjobs/patron_emailer.pl (-1 / +2 lines)
Lines 96-101 Send emails, if omitted script will report as verbose. Link Here
96
96
97
=cut
97
=cut
98
98
99
binmode( STDOUT, ":encoding(UTF-8)" );
100
99
my $help     = 0;
101
my $help     = 0;
100
my $report_id;
102
my $report_id;
101
my $notice;
103
my $notice;
102
- 

Return to bug 31282