Bad comment

This commit is contained in:
Laurent Destailleur 2014-01-12 15:12:25 +01:00
parent 77688100bd
commit 1cf058b8e9

View File

@ -741,7 +741,7 @@ function getProductsForCategory($authentication,$id)
$sql .= " ORDER BY fk_".$field." ASC" ; $sql .= " ORDER BY fk_".$field." ASC" ;
dol_syslog("GetProductsForCategory::get_type sql=".$sql); dol_syslog("getProductsForCategory get id of product into category sql=".$sql);
$res = $db->query($sql); $res = $db->query($sql);
if ($res) if ($res)
{ {