Merge pull request #17720 from frederic34/patch-8

fix warning
This commit is contained in:
Laurent Destailleur 2021-05-26 00:30:07 +02:00 committed by GitHub
commit f839ea9059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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