diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 4fdb68e5ad2..43ce05648b1 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -9438,7 +9438,7 @@ class Form * If a saved selection of fields exists for user (into $user->conf->MAIN_SELECTEDFIELDS_contextofpage), we use this one instead of default. * * @param string $htmlname Name of HTML field - * @param array $array Array with array of fields we could show. This array may be modified according to setup of user. + * @param array $array Array with array of fields we could show. This array may be modified according to setup of user. * @param string $varpage Id of context for page. Can be set by caller with $varpage=(empty($contextpage)?$_SERVER["PHP_SELF"]:$contextpage); * @param string $pos Position colon on liste value 'left' or '' (meaning 'right'). * @return string HTML multiselect string