fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-18 22:19:58 +01:00 committed by GitHub
parent 4e3e2a23bc
commit d2ce3b2d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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