diff --git a/htdocs/html.formother.class.php b/htdocs/html.formother.class.php index 9473199a374..01cf1382f80 100644 --- a/htdocs/html.formother.class.php +++ b/htdocs/html.formother.class.php @@ -209,9 +209,9 @@ class FormOther * \param end end value * \return return combo */ - function select_percent($selected=0,$htmlname='percent',$increment=5,$start=0,$end=100) + function select_percent($selected=0,$htmlname='percent',$disabled=0,$increment=5,$start=0,$end=100) { - $return = ''; for ($i = $start ; $i <= $end ; $i += $increment) {