From: Bernardo Gonzalez Kriegel Date: Sat, 21 Sep 2013 17:44:55 +0000 (-0300) Subject: Bug 10271: (follow-up) correct tabs X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=c6721b2fceb47f4599d092b6473323b687f9669f Bug 10271: (follow-up) correct tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- 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?"$_":"$_*")