Update list.php

This commit is contained in:
Henry 2022-02-18 08:16:56 +08:00 committed by GitHub
parent 28e6acdae3
commit c32cc660a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1274,9 +1274,7 @@ if ($resql) {
$projectstatic = new Project($db);
$i = 0;
$totalarray = array();
$totalarray['nbfield'] = 0;
$totalarray['val'] = array();
$totalarray = array('nbfield' => 0, 'val' => array(), 'pos' => array());
$totalarray['val']['cf.total_ht'] = 0;
$totalarray['val']['cf.total_ttc'] = 0;
while ($i < min($num, $limit)) {