Show full uer name

This commit is contained in:
Laurent Destailleur 2010-10-01 07:23:11 +00:00
parent 1c5ecc25a4
commit 46a4c7937f

View File

@ -1083,7 +1083,7 @@ else
{
$adh=new Adherent($db);
$adh->fetch($fuser->fk_member);
$adh->ref=$adh->login; // Force to show login instead of id
$adh->ref=$adh->getFullname($langs); // Force to show login instead of id
print $adh->getNomUrl(1);
}
else