Fix missing image of user

This commit is contained in:
Laurent Destailleur 2017-06-27 04:31:29 +02:00
parent 3fdfebf7ef
commit 34f3552dc7

View File

@ -497,12 +497,12 @@ if ($resql)
print '</td>';
}
// User to do
// User owner
print '<td align="left">';
if ($obj->fk_user_action > 0)
{
$userstatic->fetch($obj->fk_user_action);
print $userstatic->getNomUrl(1);
print $userstatic->getNomUrl(-1);
}
else print '&nbsp;';
print '</td>';