From a98e5b7290232e412975845f836650762e308289 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Wed, 15 Feb 2017 11:46:36 +0100 Subject: [PATCH] fix syntax --- htdocs/core/class/html.formmail.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index f344e3ca9b1..69cda9eb3af 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -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.= "\n";