From e615a2a8ef5eb963394ce83c3ca784ee4b0de657 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 24 Aug 2011 14:01:21 +0000 Subject: [PATCH] Fix: void errors in param --- htdocs/core/class/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 7246ce1c960..2b015653ebd 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -31,7 +31,7 @@ * \file htdocs/core/class/html.form.class.php * \ingroup core * \brief File of class with all html predefined components - * \version $Id: html.form.class.php,v 1.204 2011/08/21 10:01:37 hregis Exp $ + * \version $Id: html.form.class.php,v 1.205 2011/08/24 14:01:21 hregis Exp $ */ @@ -3522,7 +3522,7 @@ class Form * @param enableonly Array list of groups id to be enabled. All other must be disabled * @param force_entity Possibility to force entity */ - function select_dolgroups($selected='',$htmlname='groupid',$show_empty=0,$exclude='',$disabled=0,$include='',$enableonly='',$force_entity) + function select_dolgroups($selected='',$htmlname='groupid',$show_empty=0,$exclude='',$disabled=0,$include='',$enableonly='',$force_entity='') { global $conf,$user,$langs;