Skip to content
Snippets Groups Projects
Commit ce72fa76 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: removed log

parent 5d38b69a
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ $sql .= " AND sc.fk_soc = s.rowid"; ...@@ -73,7 +73,7 @@ $sql .= " AND sc.fk_soc = s.rowid";
$sql .= " AND sc.fk_user = u.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 $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); $resql=$db->query($sql);
if ($resql) if ($resql)
{ {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment