Fix: function show_form enhancement

This commit is contained in:
Regis Houssin 2011-06-18 06:28:32 +00:00
parent 12bf37700a
commit 7d93a2eed9

View File

@ -341,7 +341,7 @@ class FormMail
$soc->fetch($this->toid); $soc->fetch($this->toid);
$out.= $soc->getNomUrl(1); $out.= $soc->getNomUrl(1);
} }
if ($this->totype == 'contact') else if ($this->totype == 'contact')
{ {
$contact=new Contact($this->db); $contact=new Contact($this->db);
$contact->fetch($this->toid); $contact->fetch($this->toid);