fix syntax
This commit is contained in:
parent
5ec01b3175
commit
a98e5b7290
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user