Remove print
This commit is contained in:
parent
cf08b35bd0
commit
2b56ed9d60
@ -106,7 +106,8 @@ $sql.= " AND f.entity = ".$conf->entity;
|
|||||||
if ($socid) $sql.= " AND f.fk_soc = $socid";
|
if ($socid) $sql.= " AND f.fk_soc = $socid";
|
||||||
$sql.= " GROUP BY dm";
|
$sql.= " GROUP BY dm";
|
||||||
$sql.= " ORDER BY dm";
|
$sql.= " ORDER BY dm";
|
||||||
print $sql;
|
|
||||||
|
//print $sql;
|
||||||
$result=$db->query($sql);
|
$result=$db->query($sql);
|
||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user