Lines 163-169
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 |
else { # Assume any if no index was specified |
166 |
else { # Use the index passed in params |
167 |
$attr = " \@attr 1=" . @$tags[$i] . " "; |
167 |
$attr = " \@attr 1=" . @$tags[$i] . " "; |
168 |
} |
168 |
} |
169 |
} #if @$tags[$i] |
169 |
} #if @$tags[$i] |
170 |
- |
|
|