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

(-)a/opac/opac-search.pl (-2 / +7 lines)
Lines 737-743 for (my $i=0;$i<@servers;$i++) { Link Here
737
        }
737
        }
738
        # no hits
738
        # no hits
739
        else {
739
        else {
740
            $template->param(searchdesc => 1,query_desc => $query_desc,limit_desc => $limit_desc);
740
            $template->param(
741
                searchdesc => 1,
742
                query_desc => $query_desc,
743
                limit_desc => $limit_desc,
744
                query_cgi  => $query_cgi,
745
                limit_cgi  => $limit_cgi
746
            );
741
        }
747
        }
742
    } # end of the if local
748
    } # end of the if local
743
    # asynchronously search the authority server
749
    # asynchronously search the authority server
744
- 

Return to bug 3337