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

(-)a/C4/AuthoritiesMarc.pm (-2 / +1 lines)
Lines 164-170 sub SearchAuthorities { Link Here
164
                    $attr = " \@attr 1=Subject-heading-thesaurus ";
164
                    $attr = " \@attr 1=Subject-heading-thesaurus ";
165
                }
165
                }
166
                else {    # Assume any if no index was specified
166
                else {    # Assume any if no index was specified
167
                    $attr = " \@attr 1=Any ";
167
                    $attr = " \@attr 1=" . @$tags[$i] . " ";
168
                }
168
                }
169
            }         #if @$tags[$i]
169
            }         #if @$tags[$i]
170
            else {    # Assume any if no index was specified
170
            else {    # Assume any if no index was specified
171
- 

Return to bug 21581