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

View File

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