|
Lines 172-179
my ($template, $loggedinuser, $cookie)
Link Here
|
| 172 |
|
172 |
|
| 173 |
my $authid = $query->param('authid'); |
173 |
my $authid = $query->param('authid'); |
| 174 |
|
174 |
|
| 175 |
# Using default authtypecode, so all fields are seen |
175 |
my $authtypecode = GetAuthTypeCode($authid); |
| 176 |
my $authtypecode = ''; |
|
|
| 177 |
$tagslib = &GetTagsLabels(1,$authtypecode); |
176 |
$tagslib = &GetTagsLabels(1,$authtypecode); |
| 178 |
|
177 |
|
| 179 |
# Build list of authtypes for showing them |
178 |
# Build list of authtypes for showing them |
| 180 |
- |
|
|