View | Details | Raw Unified | Return to bug 15841
Collapse All | Expand All

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 3942-3948 sub GetAgeRestriction { Link Here
3942
    return ($restriction_year);
3942
    return ($restriction_year);
3943
}
3943
}
3944
3944
3945
1;
3946
3945
3947
=head2 GetPendingOnSiteCheckouts
3946
=head2 GetPendingOnSiteCheckouts
3948
3947
Lines 4035-4040 sub GetTopIssues { Link Here
4035
    return @$rows;
4034
    return @$rows;
4036
}
4035
}
4037
4036
4037
1;
4038
__END__
4038
__END__
4039
4039
4040
=head1 AUTHOR
4040
=head1 AUTHOR
4041
- 

Return to bug 15841