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