From c6721b2fceb47f4599d092b6473323b687f9669f Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 21 Sep 2013 14:44:55 -0300 Subject: [PATCH] Bug 10271: (follow-up) correct tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- C4/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Search.pm b/C4/Search.pm index 3d15b556a7..bec1f89cd9 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?"$_":"$_*") -- 2.11.4.GIT