From aa45573962326dafb225a1047a5810cb7933762b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 15 Jun 2012 10:40:59 -0400 Subject: [PATCH] Bug 6720: show authority type in auth details Content-Type: text/plain; charset="UTF-8" --- authorities/detail.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/authorities/detail.pl b/authorities/detail.pl index d4f2c67..a7d7d8f 100755 --- a/authorities/detail.pl +++ b/authorities/detail.pl @@ -172,8 +172,7 @@ my ($template, $loggedinuser, $cookie) my $authid = $query->param('authid'); -# Using default authtypecode, so all fields are seen -my $authtypecode = ''; +my $authtypecode = GetAuthTypeCode($authid); $tagslib = &GetTagsLabels(1,$authtypecode); # Build list of authtypes for showing them -- 1.7.2.5