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

(-)a/authorities/detail.pl (-2 / +2 lines)
Lines 174-180 my $authid = $query->param('authid'); Link Here
174
174
175
175
176
176
177
my $authtypecode = &GetAuthTypeCode($authid);
177
# Using default authtypecode, so all fields are seen
178
my $authtypecode = '';
178
$tagslib = &GetTagsLabels(1,$authtypecode);
179
$tagslib = &GetTagsLabels(1,$authtypecode);
179
180
180
my $record;
181
my $record;
181
- 

Return to bug 5907