From c5ca865b542e1123fd18ac2564515c0676689845 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 1 Sep 2012 15:01:49 +1200 Subject: [PATCH] Bug 8293 : Fixing POD to match actuality. Signed-off-by: Fridolyn SOMERS Signed-off-by: Paul Poulain --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index b0085c4bb8..3edf118557 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1415,7 +1415,7 @@ sub buildQuery { my @search_results = searchResults($search_context, $searchdesc, $hits, $results_per_page, $offset, $scan, - @marcresults, $hidelostitems); + @marcresults); Format results in a form suitable for passing to the template -- 2.20.1