From 0aab0cca75a1715cb8efe2c1368592ce60b8098f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Jun 2013 18:29:06 +0200 Subject: [PATCH] Fix doxygen --- htdocs/core/class/html.formcompany.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index 59b69e1265c..01052d7f642 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -206,7 +206,7 @@ class FormCompany * @param string $selected Code state preselected * @param string $country_codeid Country code or id: 0=list for all countries, otherwise country code or country rowid to show * @param string $htmlname Id of department - * @return void + * @return string String with HTML select */ function select_state($selected='',$country_codeid=0, $htmlname='departement_id') { @@ -352,9 +352,9 @@ class FormCompany /** * Return combo list with people title * - * @param string $selected Title preselected - * @param string $htmlname Name of HTML select combo field - * @return void + * @param string $selected Title preselected + * @param string $htmlname Name of HTML select combo field + * @return string String with HTML select */ function select_civility($selected='',$htmlname='civilite_id') {