FIX Order last name / firstname in user list must be done according to

option
This commit is contained in:
Laurent Destailleur 2015-11-21 18:26:25 +01:00
parent c15c0f6fbb
commit 7b0a9fabab

View File

@ -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))