Update list.php

This commit is contained in:
Frédéric FRANCE 2021-05-25 23:22:43 +02:00 committed by GitHub
parent e316437a0e
commit 8221011d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -891,6 +891,7 @@ print "</tr>\n";
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
while ($i < min($num, $limit)) {
$obj = $db->fetch_object($resql);