Skip to content

Commit

Permalink
Fix: Parameter morefilter is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 11, 2014
1 parent b713bd7 commit 4ce2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.form.class.php
Expand Up @@ -1124,7 +1124,7 @@ function select_users($selected='',$htmlname='userid',$show_empty=0,$exclude='',
* @return string HTML select string
* @see select_dolgroups
*/
function select_dolusers($selected='', $htmlname='userid', $show_empty=0, $exclude='', $disabled=0, $include='', $enableonly='', $force_entity=0, $maxlength=0, $showstatus=0)
function select_dolusers($selected='', $htmlname='userid', $show_empty=0, $exclude='', $disabled=0, $include='', $enableonly='', $force_entity=0, $maxlength=0, $showstatus=0, $morefilter='')
{
global $conf,$user,$langs;

Expand Down

0 comments on commit 4ce2495

Please sign in to comment.