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

(-)a/opac/opac-topissues.pl (-2 / +1 lines)
Lines 125-131 $template->param(do_it => 1, Link Here
125
                branch => $branches->{$branch}->{branchname},
125
                branch => $branches->{$branch}->{branchname},
126
                itemtype => $itemtypes->{$itemtype}->{description},
126
                itemtype => $itemtypes->{$itemtype}->{description},
127
                timeLimit => $timeLimit,
127
                timeLimit => $timeLimit,
128
                timeLimitFinite => $timeLimit,
128
                timeLimitFinite => $timeLimitFinite,
129
                results_loop => \@results,
129
                results_loop => \@results,
130
                );
130
                );
131
131
132
- 

Return to bug 9946