From 2fa9085adaa0352f6a8e6875f3208f36c7294e4b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Dec 2006 15:33:14 +0000 Subject: [PATCH] Oubli print de debug (grrrrrr) --- scripts/cron/product-graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cron/product-graph.php b/scripts/cron/product-graph.php index 6f5166b29ba..b9203223da9 100644 --- a/scripts/cron/product-graph.php +++ b/scripts/cron/product-graph.php @@ -154,7 +154,7 @@ foreach ( $products as $id => $fdir) $sql .= " AND fd.fk_product ='".$id."'"; $sql .= " GROUP BY date_format(f.datef,'%Y')"; $sql .= " ORDER BY date_format(f.datef,'%Y') ASC ;"; - print "$sql\n"; + $resql = $db->query($sql) ; if ($resql)