fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-17 21:36:47 +01:00 committed by GitHub
parent 3fab4696ae
commit afafe81d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1197,6 +1197,7 @@ if ($resql) {
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
while ($i < min($num, $limit)) {
$obj = $db->fetch_object($resql);