Bugzilla – Attachment #80159: Bug 21405: (follow-up) C4::Auth is imported twice for
bug #21405
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 21405
Collapse All
|
Expand All
(-)
a/authorities/authorities-home.pl (-2 lines)
Lines 22-28 use warnings;
Link Here
22
22
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
24
use URI::Escape;
24
use URI::Escape;
25
use C4::Auth;
26
use POSIX qw(ceil);
25
use POSIX qw(ceil);
27
26
28
use C4::Context;
27
use C4::Context;
29
-
Return to
bug 21405