Fix: removed log

This commit is contained in:
Laurent Destailleur 2013-03-11 17:44:36 +01:00
parent 5d38b69a70
commit ce72fa7681

View File

@ -73,7 +73,7 @@ $sql .= " AND sc.fk_soc = s.rowid";
$sql .= " AND sc.fk_user = u.rowid";
$sql .= " ORDER BY u.email ASC, s.rowid ASC"; // Order by email to allow one message per email
print $sql;
//print $sql;
$resql=$db->query($sql);
if ($resql)
{