Missing photo

This commit is contained in:
Laurent Destailleur 2023-01-12 17:59:19 +01:00
parent c50c553999
commit 23f89c9134

View File

@ -538,7 +538,8 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
$userstatic->login = $obj->login; $userstatic->login = $obj->login;
$userstatic->email = $obj->email; $userstatic->email = $obj->email;
$userstatic->socid = $obj->fk_soc; $userstatic->socid = $obj->fk_soc;
$userstatic->statut = $obj->status; $userstatic->statut = $obj->status; // deprecated
$userstatic->status = $obj->status;
$salstatic->id = $obj->rowid; $salstatic->id = $obj->rowid;
$salstatic->ref = $obj->rowid; $salstatic->ref = $obj->rowid;
@ -590,7 +591,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
} }
// Employee // Employee
print '<td class="tdoverflowmax150">'.$userstatic->getNomUrl(1)."</td>\n"; print '<td class="tdoverflowmax150">'.$userstatic->getNomUrl(-1)."</td>\n";
if (!$i) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;
} }