From 762a2df76d1e1e1976036082185ce8c4ebfe9277 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 Signed-off-by: Kyle M Hall --- C4/Search.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/C4/Search.pm b/C4/Search.pm index 3d15b55..bec1f89 100644 --- a/C4/Search.pm +++ b/C4/Search.pm @@ -1405,7 +1405,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.2.5