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

(-)a/catalogue/search.pl (-2 lines)
Lines 642-648 for (my $i=0;$i<@servers;$i++) { Link Here
642
        $template->param(query_desc => $query_desc);
642
        $template->param(query_desc => $query_desc);
643
        $template->param(limit_desc => $limit_desc);
643
        $template->param(limit_desc => $limit_desc);
644
        $template->param(offset     => $offset);
644
        $template->param(offset     => $offset);
645
        $template->param(offset     => $offset);
646
645
647
646
648
        if ($hits) {
647
        if ($hits) {
649
- 

Return to bug 36556