FIX : #3990
This commit is contained in:
parent
6895daa5e9
commit
c3b7bbfb3b
@ -871,6 +871,7 @@ class FormMail extends Form
|
|||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
|
$num=$this->db->num_rows($resql);
|
||||||
$this->lines_model=array();
|
$this->lines_model=array();
|
||||||
while ($obj = $this->db->fetch_object($resql))
|
while ($obj = $this->db->fetch_object($resql))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user