Bug 21581: (QA follow-up) Update comment according to code in SearchAuthorities
authorJosef Moravec <josef.moravec@gmail.com>
Mon, 29 Oct 2018 22:35:57 +0000 (22:35 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 31 Oct 2018 13:17:48 +0000 (13:17 +0000)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/AuthoritiesMarc.pm

index e3d3308..98d73f7 100644 (file)
@@ -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]