Bugzilla – Attachment #709: Patch for opac-userdetails.pl for
bug #2505
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 2505
Collapse All
|
Expand All
(-)
a/opac/opac-userdetails.pl (-1 / +2 lines)
Lines 18-23
Link Here
18
# Suite 330, Boston, MA 02111-1307 USA
18
# Suite 330, Boston, MA 02111-1307 USA
19
19
20
use strict;
20
use strict;
21
use warnings;
22
21
use CGI;
23
use CGI;
22
24
23
use C4::Auth;
25
use C4::Auth;
24
-
Return to
bug 2505