diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php index 99d03f2d793..9b3081a412a 100644 --- a/htdocs/contrat/services_list.php +++ b/htdocs/contrat/services_list.php @@ -692,7 +692,7 @@ $contractstatic = new Contrat($db); $productstatic = new Product($db); $i = 0; -$totalarray = array(); +$totalarray = array('nbfield'=>0); while ($i < min($num, $limit)) { $obj = $db->fetch_object($resql);