From c5561b956298f9c713d9a32300d152b051900b41 Mon Sep 17 00:00:00 2001
From: Chris Cormack <chrisc@catalyst.net.nz>
Date: Sat, 1 Sep 2012 15:01:49 +1200
Subject: [PATCH] [SIGNED-OFF] Bug 8293 : Fixing POD to match actuality.


Signed-off-by: Fridolyn SOMERS <fridolyn.somers@biblibre.com>
---
 C4/Search.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/Search.pm b/C4/Search.pm
index b0085c4..3edf118 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
 
-- 
1.7.9.5