Oubli print de debuggage

This commit is contained in:
Rodolphe Quiedeville 2006-12-11 14:58:11 +00:00
parent 4fa8f7c747
commit 3373c15faa

View File

@ -105,7 +105,7 @@ foreach ( $products as $id => $fdir)
$sql .= " AND fd.fk_product ='".$id."'";
$sql .= " GROUP BY date_format(f.datef,'%b')";
$sql .= " ORDER BY date_format(f.datef,'%m') ASC ;";
print "$sql\n";
$resql = $db->query($sql) ;
if ($resql)