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 |
- |
|
|