Skip to content
Snippets Groups Projects
Commit 21880589 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3993 from FHenry/3.8

FIX : #3990
parents 43f39992 c3b7bbfb
Branches
Tags
No related merge requests found
...@@ -871,6 +871,7 @@ class FormMail extends Form ...@@ -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))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment