---
C4/Search.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/C4/Search.pm b/C4/Search.pm
index 8159ea3..e69fd61 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -1069,9 +1069,9 @@ sub buildQuery {
my $stopwords_removed; # flag to determine if stopwords have been
removed
my $cclq;
- my $indexes = getIndexes();
+ my $cclindexes = getIndexes();
if( $query !~ /\s*ccl=/ ){
- for my $index (@$indexes){
+ for my $index (@$cclindexes){
if($query =~ /($index)(,?\w)*:/){
$cclq = 1;
}
--
1.6.0.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches