From 9f3af2e818e739439b1868094fcbf1bb7d6abc87 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Aug 2005 20:08:59 +0000 Subject: [PATCH] Doc: Documentation doxygen Fix: Buginou de traduction --- htdocs/html.form.class.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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