From 4c7ca14fb8193d2bea5a63febdb825d4b4a0c16b Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Wed, 31 Oct 2007 13:37:57 -0500 Subject: [PATCH] fixing buildQuery call to new API Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- opac/opac-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-search.pl b/opac/opac-search.pl index e558301dcb..d0d61d1871 100755 --- a/opac/opac-search.pl +++ b/opac/opac-search.pl @@ -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 -- 2.20.1