From: Chris Cormack Date: Sat, 1 Sep 2012 03:01:49 +0000 (+1200) Subject: Bug 8293 : Fixing POD to match actuality. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c5ca865b542e1123fd18ac2564515c0676689845;p=koha.git Bug 8293 : Fixing POD to match actuality. Signed-off-by: Fridolyn SOMERS Signed-off-by: Paul Poulain --- 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