Ajout debug
This commit is contained in:
parent
9abc3475d8
commit
f9a6bc68d8
@ -110,10 +110,14 @@ $sql .= " GROUP BY cd.fk_fournisseur";
|
||||
|
||||
$re2sql = $db->query($sql) ;
|
||||
|
||||
if ($verbose > 1)
|
||||
print $sql."\n";
|
||||
|
||||
if ( $re2sql )
|
||||
{
|
||||
$nu2m = $db->num_rows($re2sql);
|
||||
print "Num $nu2m\n";
|
||||
if ($verbose > 1)
|
||||
print "Num $nu2m\n";
|
||||
$j = 0;
|
||||
while ($j < $nu2m)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user