This commit is contained in:
Laurent Destailleur 2017-11-02 13:47:29 +01:00
parent 38e620d656
commit fd86c470a8

View File

@ -2564,6 +2564,8 @@ class Form
$this->db->free($result);
$out.=ajax_combobox($htmlname);
if (empty($outputmode)) return $out;
return $outarray;
}