From 9cd04fc099ec0567b585f6210cc7facf694cd9cd 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. --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 9a65e0b125..14a5d00108 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1404,7 +1404,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.39.5