version 1.309, 2017/08/15 21:03:58
|
version 1.310, 2017/08/15 22:44:51
|
Line 12273 sub modify_selfcreation {
|
Line 12273 sub modify_selfcreation {
|
} |
} |
} |
} |
$chgtext .= '</ul>'; |
$chgtext .= '</ul>'; |
|
my $typename; |
if (@types) { |
if (@types) { |
my $typename; |
|
if ($type eq 'default') { |
if ($type eq 'default') { |
$typename = $othertitle; |
$typename = $othertitle; |
} else { |
} else { |
Line 12290 sub modify_selfcreation {
|
Line 12290 sub modify_selfcreation {
|
'</li>'; |
'</li>'; |
} else { |
} else { |
$resulttext .= '<li>'. |
$resulttext .= '<li>'. |
&mt('There are now no restrictions on e-mail addresses which may be used for verification when a user requests an account.', |
&mt('There are now no restrictions on e-mail addresses which may be used for verification when a user requests an account.'). |
$usertypes{$type}). |
|
'</li>'. |
'</li>'. |
&mt('(Affiliation: [_1])',$type); |
&mt('(Affiliation: [_1])',$typename); |
} |
} |
} |
} |
} |
} |