View | Details | Raw Unified | Return to bug 21962
Collapse All | Expand All

(-)a/C4/AuthoritiesMarc.pm (-1 / +3 lines)
Lines 163-168 sub SearchAuthorities { Link Here
163
                elsif ( @$tags[$i] eq "thesaurus" ) {
163
                elsif ( @$tags[$i] eq "thesaurus" ) {
164
                    $attr = " \@attr 1=Subject-heading-thesaurus ";
164
                    $attr = " \@attr 1=Subject-heading-thesaurus ";
165
                }
165
                }
166
                elsif ( @$tags[$i] eq "all" ) {
167
                    $attr = " \@attr 1=Any ";
168
                }
166
                else {    # Use the index passed in params
169
                else {    # Use the index passed in params
167
                    $attr = " \@attr 1=" . @$tags[$i] . " ";
170
                    $attr = " \@attr 1=" . @$tags[$i] . " ";
168
                }
171
                }
169
- 

Return to bug 21962