Skip to content
Snippets Groups Projects
Commit a98e5b72 authored by florian HENRY's avatar florian HENRY
Browse files

fix syntax

parent 5ec01b31
No related branches found
No related tags found
No related merge requests found
......@@ -533,7 +533,7 @@ class FormMail extends Form
$liste[$key]=$value;
}
if ($this->withtofree) $out.= " ".$langs->trans("or")." ";
$out.= $form->multiselectarray("receiver", $liste, GETPOST("receiver"));
$out.= $form->multiselectarray("receiver", $liste, GETPOST("receiver"), null, null, null,null, "90%");
}
}
$out.= "</td></tr>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment