Label in ldapLink was pointed to wrong international reference

This commit is contained in:
Frank Dillon 2005-05-18 16:29:47 +00:00
parent 1c9de09db1
commit 9db11eba93

View file

@ -1683,7 +1683,7 @@ sub ldapLink {
$size = 1 unless ($size);
$multiple = 0 unless ($multiple);
if (_uiLevelChecksOut($uiLevel)) {
$label = $label || WebGUI::International::get(1075);
$label = $label || WebGUI::International::get("LDAPLink_1075");
if (WebGUI::Grouping::isInGroup(3)) {
if ($afterEdit) {
$subtext = editIcon("op=editLDAPLink&llid=".$value."&afterEdit=".WebGUI::URL::escape($afterEdit));