fixing buildQuery call to new API
authorPaul POULAIN <paul@koha-fr.org>
Wed, 31 Oct 2007 18:37:57 +0000 (13:37 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 Nov 2007 00:42:26 +0000 (19:42 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
opac/opac-search.pl

index e558301..d0d61d1 100755 (executable)
@@ -408,7 +408,7 @@ my @results;
 
 ## I. BUILD THE QUERY
 ( $error, $search_desc, $koha_query, $federated_query, $query_type ) =
-  buildQuery( $query, \@operators, \@operands, \@indexes, \@limits );
+  buildQuery( \@operators, \@operands, \@indexes, \@limits );
 
 # warn "query : $koha_query";
 ## II. DO THE SEARCH AND GET THE RESULTS