From 71be2e81c2d229436b60b0ae97610d02f262c5b7 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 21 Sep 2013 14:44:55 -0300 Subject: [PATCH] Bug 10271 - followup - Correct tabs Signed-off-by: Bernardo Gonzalez Kriegel --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 6123580..86faf22 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1404,7 +1404,7 @@ sub buildQuery { } if ($auto_truncation){ - unless ( $index =~ /,(st-|phr|ext)/ ) { + unless ( $index =~ /,(st-|phr|ext)/ ) { #FIXME only valid with LTR scripts $operand=join(" ",map{ (index($_,"*")>0?"$_":"$_*") -- 1.7.9.5