[Koha-patches] [PATCH] [followup](bug #3584) fix variable name

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Sep 9 12:59:38 CEST 2009


---
 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




More information about the Koha-patches mailing list