This commit is contained in:
Florian HENRY 2015-11-15 20:00:11 +01:00
parent 6895daa5e9
commit c3b7bbfb3b

View File

@ -871,6 +871,7 @@ class FormMail extends Form
$resql = $this->db->query($sql);
if ($resql)
{
$num=$this->db->num_rows($resql);
$this->lines_model=array();
while ($obj = $this->db->fetch_object($resql))
{