This commit is contained in:
Laurent Destailleur 2019-10-07 18:17:22 +02:00
parent 16eeeecb9a
commit 07d1a3fe8b

View File

@ -1013,9 +1013,8 @@ if ($resql)
// Author
if (! empty($arrayfields['u.login']['checked']))
{
print '<td align="center">';
print '<td class="center nowraponall">';
if ($userstatic->id) print $userstatic->getLoginUrl(1);
else print '&nbsp;';
print "</td>\n";
if (! $i) $totalarray['nbfield']++;
}
@ -1088,7 +1087,7 @@ if ($resql)
print '</td>';
if (! $i) $totalarray['nbfield']++;
}
// Date cloture
// Date cloture
if (! empty($arrayfields['p.date_cloture']['checked']))
{
print '<td align="center" class="nowrap">';