From b47e2e81278a5d9eecd33f62e305762912c2e0e9 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 16 Jan 2020 12:55:08 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/comm/action/class/actioncomm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 1c46b43d39c..04897326762 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -1799,7 +1799,7 @@ class ActionComm extends CommonObject { $num = $this->db->num_rows($resql); $i = 0; - + while ($i < $num) { $obj = $this->db->fetch_object($resql);