Spaces 2 : return of the vilains

This commit is contained in:
aspangaro 2015-05-03 06:18:21 +02:00
parent 9aa336e0d0
commit 3a5f6db571

View File

@ -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)
{