diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index e1cbfd52047a22c58b2f059665aacea8ffad326e..7d93289a2fbb25f5f3a1b7d01954fa4f1e501117 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -773,13 +773,13 @@ class FormOther } /** - * Return HTML combo list of month + * Return HTML combo list of month * - * @param string $selected Preselected value + * @param string $selected Preselected value * @param string $htmlname Name of HTML select object * @param int $useempty Show empty in list * @param int $longlabel Show long label - * @return string + * @return string */ function select_month($selected='',$htmlname='monthid',$useempty=0,$longlabel=0) {