Show full uer name
This commit is contained in:
parent
1c5ecc25a4
commit
46a4c7937f
@ -1083,7 +1083,7 @@ else
|
|||||||
{
|
{
|
||||||
$adh=new Adherent($db);
|
$adh=new Adherent($db);
|
||||||
$adh->fetch($fuser->fk_member);
|
$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);
|
print $adh->getNomUrl(1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user