[Koha-patches] [PATCH] [SIGNED-OFF] Bug 8293 : Fixing POD to match actuality.

Fridolyn SOMERS fridolyn.somers at biblibre.com
Mon Sep 3 13:43:24 CEST 2012


From: Chris Cormack <chrisc at catalyst.net.nz>


Signed-off-by: Fridolyn SOMERS <fridolyn.somers at 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



More information about the Koha-patches mailing list