From 2498992447ba36f4af2aea5df2c2b2130cbe95f0 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 22 Mar 2011 10:13:12 +0100 Subject: [PATCH] Bug 5907 : MT 2538 : Using default authtypecode for authority display Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack --- authorities/detail.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index f92e04b8b3..59273c1498 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -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; -- 2.39.2