Bugzilla – Attachment #57270: Bug 12633: Remove export line for
bug #12633
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 12633
Collapse All
|
Expand All
(-)
a/C4/Members.pm (-2 lines)
Lines 59-65 BEGIN {
Link Here
59
@ISA = qw(Exporter);
59
@ISA = qw(Exporter);
60
#Get data
60
#Get data
61
push @EXPORT, qw(
61
push @EXPORT, qw(
62
&Search
63
&GetMemberDetails
62
&GetMemberDetails
64
&GetMember
63
&GetMember
65
64
66
-
Return to
bug 12633