diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 2c6ed74ae8a..9231e215b7f 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_dolusers('', 'elemid'); + print $form->select_dolusers('', 'elemid'); print '
';