Skip to content
Snippets Groups Projects
Commit 34f3552d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing image of user

parent 3fdfebf7
No related branches found
No related tags found
No related merge requests found
...@@ -497,12 +497,12 @@ if ($resql) ...@@ -497,12 +497,12 @@ if ($resql)
print '</td>'; print '</td>';
} }
// User to do // User owner
print '<td align="left">'; print '<td align="left">';
if ($obj->fk_user_action > 0) if ($obj->fk_user_action > 0)
{ {
$userstatic->fetch($obj->fk_user_action); $userstatic->fetch($obj->fk_user_action);
print $userstatic->getNomUrl(1); print $userstatic->getNomUrl(-1);
} }
else print '&nbsp;'; else print '&nbsp;';
print '</td>'; print '</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment