Fixing style errors.

This commit is contained in:
stickler-ci 2020-01-16 12:55:08 +00:00
parent 651bf8c1fc
commit b47e2e8127

View File

@ -1799,7 +1799,7 @@ class ActionComm extends CommonObject
{ {
$num = $this->db->num_rows($resql); $num = $this->db->num_rows($resql);
$i = 0; $i = 0;
while ($i < $num) while ($i < $num)
{ {
$obj = $this->db->fetch_object($resql); $obj = $this->db->fetch_object($resql);