Merge pull request #17755 from frederic34/patch-17

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-04 11:54:58 +02:00 committed by GitHub
commit 08b44b3348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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