From 582b51154488c82cbe601178c7015cba7efda685 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Wed, 23 Dec 2009 10:35:09 +0100 Subject: [PATCH] Bug 5907 : MT 2538 : Using default authtypecode for authority display --- authorities/detail.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index f92e04b..59273c1 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; -- 1.7.1