Bug 5907 : MT 2538 : Using default authtypecode for authority display

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
Matthias Meusburger 2011-03-22 10:13:12 +01:00 committed by Chris Cormack
parent bf2fb98ea0
commit 2498992447

View file

@ -174,7 +174,8 @@ my $authid = $query->param('authid');
my $authtypecode = &GetAuthTypeCode($authid);
# Using default authtypecode, so all fields are seen
my $authtypecode = '';
$tagslib = &GetTagsLabels(1,$authtypecode);
my $record;