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

(-)a/Koha/Calendar.pm (-2 / +1 lines)
Lines 116-122 sub single_holidays { Link Here
116
            my $single_holidays_sth = $dbh->prepare(
116
            my $single_holidays_sth = $dbh->prepare(
117
'SELECT day, month, year FROM special_holidays WHERE branchcode = ? AND isexception = 0'
117
'SELECT day, month, year FROM special_holidays WHERE branchcode = ? AND isexception = 0'
118
            );
118
            );
119
            $single_holidays_sth->execute($branchcode);
119
            $single_holidays_sth->execute($br);
120
120
121
            my @ymd_arr;
121
            my @ymd_arr;
122
            while ( my ( $day, $month, $year ) =
122
            while ( my ( $day, $month, $year ) =
123
- 

Return to bug 16539