From 3a7ae07896af7cee0305f88631939ea8d1551015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 23 Oct 2021 21:21:16 +0200 Subject: [PATCH] replace deprecated --- htdocs/categories/viewcat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
';