Look and feel

This commit is contained in:
Laurent Destailleur 2023-03-07 13:45:14 +01:00
parent c9d869f837
commit 009288ad4d

View File

@ -1771,7 +1771,7 @@ while ($i < $imaxinloop) {
if (!empty($arrayfields['u.login']['checked'])) { if (!empty($arrayfields['u.login']['checked'])) {
print '<td class="tdoverflowmax150">'; print '<td class="tdoverflowmax150">';
if ($userstatic->id) { if ($userstatic->id) {
print $userstatic->getLoginUrl(-1); print $userstatic->getNomUrl(-1);
} else { } else {
print '&nbsp;'; print '&nbsp;';
} }