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

(-)a/Koha/Calendar.pm (-2 / +1 lines)
Lines 95-101 sub single_holidays { Link Here
95
    my $cache           = Koha::Cache->get_instance();
95
    my $cache           = Koha::Cache->get_instance();
96
    my $single_holidays = $cache->get_from_cache('single_holidays');
96
    my $single_holidays = $cache->get_from_cache('single_holidays');
97
97
98
=c
98
=for
99
$single_holidays looks like this..
99
$single_holidays looks like this..
100
100
101
\ {
101
\ {
102
- 

Return to bug 14522