Bugzilla – Attachment #84037: Bug 19920: Removed unnecessary code from C4/Members.pm for
bug #19920
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19920
Collapse All
|
Expand All
(-)
a/C4/Members.pm (-6 lines)
Lines 62-72 BEGIN {
Link Here
62
&IssueSlip
62
&IssueSlip
63
);
63
);
64
64
65
#Modify data
66
push @EXPORT, qw(
67
&changepassword
68
);
69
70
#Check data
65
#Check data
71
push @EXPORT, qw(
66
push @EXPORT, qw(
72
&checkuserpassword
67
&checkuserpassword
73
-
Return to
bug 19920