diff --git a/htdocs/user/group/fiche.php b/htdocs/user/group/fiche.php index 66e1b5238a6..6c338b706ef 100644 --- a/htdocs/user/group/fiche.php +++ b/htdocs/user/group/fiche.php @@ -269,7 +269,8 @@ else { $obj = $db->fetch_object(); - $uss[$obj->rowid] = ucfirst(stripslashes($obj->name)).' '.ucfirst(stripslashes($obj->firstname).' ('.$obj->login.')'); + $uss[$obj->rowid] = ucfirst(stripslashes($obj->name)).' '.ucfirst(stripslashes($obj->firstname)); + if ($obj->login) $uss[$obj->rowid].=' ('.$obj->login.')'; $i++; } }