From af91a7185a0c37434a1a1f33ba58718ae191fb7c Mon Sep 17 00:00:00 2001 From: FHenry <florian.henry@open-concept.pro> Date: Mon, 30 Jul 2012 20:11:55 +0200 Subject: [PATCH] Checkstyle (from hudson) --- htdocs/commissions/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commissions/index.php b/htdocs/commissions/index.php index c6988f19b8d..d7e024990d0 100644 --- a/htdocs/commissions/index.php +++ b/htdocs/commissions/index.php @@ -77,7 +77,7 @@ if ($agentid > 0) { print '<tr><td width="20%">'.$langs->trans('CommercialAgent').'</td>'; print '<td colspan="4">'; - print $form->select_dolusers($selected=$agentid,$htmlname='agentid',$show_empty=1,$exclude='',$disabled=0,$include='',$enableonly=''); + print $form->select_dolusers($agentid,'agentid',1,'',0,'',''); print '</td></tr>'; if (! $sortorder) $sortorder="ASC"; @@ -86,7 +86,7 @@ if ($agentid > 0) { else { print '<tr><td width="20%">'.$langs->trans('CommercialAgent').'</td>'; print '<td colspan="4">'; - print $form->select_dolusers($selected='',$htmlname='agentid',$show_empty=1,$exclude='',$disabled=0,$include='',$enableonly=''); + print $form->select_dolusers('','agentid',1,'',0,'',''); print '</td></tr>'; if (! $sortorder) $sortorder="ASC"; if (! $sortfield) $sortfield="u.login"; -- GitLab