Fixing style errors.

This commit is contained in:
stickler-ci 2021-01-31 08:16:59 +00:00
parent 80714d8d6d
commit 726e0ceff0

View File

@ -1215,7 +1215,7 @@ class ActionComm extends CommonObject
$sql .= " OR ar.fk_element = ".$user->id; // Added by PV $sql .= " OR ar.fk_element = ".$user->id; // Added by PV
$sql .= ")"; $sql .= ")";
} }
$resql = $this->db->query($sql); $resql = $this->db->query($sql);
if ($resql) if ($resql)
{ {