Bugzilla – Attachment #138504: Bug 31282: Fix broken characters in patron_emailer.pl verbose mode for
bug #31282
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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