This commit is contained in:
Laurent Destailleur 2020-08-05 19:42:36 +02:00
parent fb5b29a32b
commit 24a9a5ac2d

View File

@ -1461,7 +1461,7 @@ if ($resql)
{
$userstatic->id = $obj->fk_user_author;
$userstatic->login = $obj->login;
print '<td align="center">';
print '<td class="center tdoverflowmax100">';
if ($userstatic->id) print $userstatic->getLoginUrl(1);
else print '&nbsp;';
print "</td>\n";