From 541a90765ccb4ab29ac43eefbc5e17de9764bc84 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 29 Oct 2018 22:35:57 +0000 Subject: [PATCH] Bug 21581: (QA follow-up) Update comment according to code in SearchAuthorities Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens --- C4/AuthoritiesMarc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index e3d3308a5d..98d73f7892 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -163,7 +163,7 @@ sub SearchAuthorities { elsif ( @$tags[$i] eq "thesaurus" ) { $attr = " \@attr 1=Subject-heading-thesaurus "; } - else { # Assume any if no index was specified + else { # Use the index passed in params $attr = " \@attr 1=" . @$tags[$i] . " "; } } #if @$tags[$i] -- 2.39.2