FIX Order last name / firstname in user list must be done according to
option
This commit is contained in:
parent
c15c0f6fbb
commit
7b0a9fabab
@ -1376,7 +1376,7 @@ class Form
|
|||||||
$out.= '>';
|
$out.= '>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$out.= $userstatic->getFullName($langs, 0, 0, $maxlength);
|
$out.= $userstatic->getFullName($langs, 0, -1, $maxlength);
|
||||||
// Complete name with more info
|
// Complete name with more info
|
||||||
$moreinfo=0;
|
$moreinfo=0;
|
||||||
if (! empty($conf->global->MAIN_SHOW_LOGIN))
|
if (! empty($conf->global->MAIN_SHOW_LOGIN))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user