diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 78d01a19e19..2c6ed74ae8a 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -1048,7 +1048,7 @@ if ($type == Categorie::TYPE_USER) { print ''; print ''; print ''; print '
'; print $langs->trans("AddProjectIntoCategory").'  '; - $form->select_users('', 'elemid'); + $form->select_dolusers('', 'elemid'); print '
';