diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 967ab24e..7475d1ee 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -106,7 +106,7 @@ for ($i = 0; $i < sizeof($info); $i++) { // ignore last entry in array which is $dn = $_SESSION["ldap"]->search_username($user); // DN entry // if user was found in LDAP make link, otherwise just print name if ($dn) { - $linklist[$d] = "" . + $linklist[$d] = "" . $info[$i][strtolower($attr_array[$k])][$d] . ""; } else $linklist[$d] = $user;