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

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 1415-1421 sub buildQuery { Link Here
1415
1415
1416
  my @search_results = searchResults($search_context, $searchdesc, $hits, 
1416
  my @search_results = searchResults($search_context, $searchdesc, $hits, 
1417
                                     $results_per_page, $offset, $scan, 
1417
                                     $results_per_page, $offset, $scan, 
1418
                                     @marcresults, $hidelostitems);
1418
                                     @marcresults);
1419
1419
1420
Format results in a form suitable for passing to the template
1420
Format results in a form suitable for passing to the template
1421
1421
1422
- 

Return to bug 8293