Fixing style errors.
This commit is contained in:
parent
651bf8c1fc
commit
b47e2e8127
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user