Fix warning
This commit is contained in:
parent
1afd206946
commit
d171750e28
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user