mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
[Qual] Replaced deprecated select_users()
This commit is contained in:
@@ -3581,7 +3581,7 @@ class Form
|
||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||
print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
|
||||
print '<tr><td>';
|
||||
print $this->select_users($selected,$htmlname,1,$exclude,0,$include);
|
||||
print $this->select_dolusers($selected,$htmlname,1,$exclude,0,$include);
|
||||
print '</td>';
|
||||
print '<td align="left"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td>';
|
||||
print '</tr></table></form>';
|
||||
|
||||
Reference in New Issue
Block a user