diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 19fdf6452dc..2130066744e 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -393,8 +393,10 @@ class Form /** - * \brief Affiche la liste déroulante des projets d'une société donnée - * + * \brief Affiche la liste déroulante des projets d'une société donnée + * \param socid Id société + * \param selected Id projet présélectionné + * \param htmlname Nom de la zone html */ function select_projects($socid='', $selected='', $htmlname='projectid') { @@ -408,6 +410,7 @@ class Form if ($result) { print ''; + print ''; print ''; } else