fixed links
This commit is contained in:
parent
b852fc67c0
commit
a6f53f0ef0
|
@ -363,6 +363,7 @@ class lamGroupList extends lamList {
|
||||||
if (!isAccountTypeHidden($type)) {
|
if (!isAccountTypeHidden($type)) {
|
||||||
$values[$i] = '<a href="../account/edit.php?type=' . $type . '&DN=\'' . $values[$i] . '\'">' . getAbstractDN($values[$i]) . '</a>';
|
$values[$i] = '<a href="../account/edit.php?type=' . $type . '&DN=\'' . $values[$i] . '\'">' . getAbstractDN($values[$i]) . '</a>';
|
||||||
$replaced = true;
|
$replaced = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue