Remove print

This commit is contained in:
Laurent Destailleur 2010-01-14 20:03:35 +00:00
parent cf08b35bd0
commit 2b56ed9d60

View File

@ -106,7 +106,8 @@ $sql.= " AND f.entity = ".$conf->entity;
if ($socid) $sql.= " AND f.fk_soc = $socid";
$sql.= " GROUP BY dm";
$sql.= " ORDER BY dm";
print $sql;
//print $sql;
$result=$db->query($sql);
if ($result)
{