Update list.php

This commit is contained in:
Laurent Destailleur 2021-09-02 19:19:35 +02:00 committed by GitHub
parent 74372a3bae
commit cc86ab8c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1396,7 +1396,7 @@ while ($i < min($num, $limit)) {
print '<td class="tdoverflowmax50">'; print '<td class="tdoverflowmax50">';
print $obj->rowid; print $obj->rowid;
print "</td>\n"; print "</td>\n";
if (empty($i)) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;
} }
} }
@ -1413,7 +1413,7 @@ while ($i < min($num, $limit)) {
} }
print "</td>\n"; print "</td>\n";
$companystatic->name_alias = $savalias; $companystatic->name_alias = $savalias;
if (empty($i)) { if (!$i) {
$totalarray['nbfield']++; $totalarray['nbfield']++;
} }
} }