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

(-)a/Koha/Calendar.pm (-2 / +1 lines)
Lines 59-65 sub _init { Link Here
59
# 3.16, bug 8089 will be fixed and we can switch the caching over
59
# 3.16, bug 8089 will be fixed and we can switch the caching over
60
# to Koha::Cache.
60
# to Koha::Cache.
61
61
62
our ( $exception_holidays, $single_holidays ); ## no need for $single_holidays now, surely?
62
our $exception_holidays;
63
63
64
sub exception_holidays {
64
sub exception_holidays {
65
    my ( $self ) = @_;
65
    my ( $self ) = @_;
66
- 

Return to bug 14522