Update list.php
This commit is contained in:
parent
74372a3bae
commit
cc86ab8c5e
@ -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']++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user