mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Admin->Userclasses now using the Admin-UI. Admin-UI now supports non-incrementing primary fields being set manually using a hidden form field. Form handler for userclass with checkboxes now working correctly.
This commit is contained in:
@@ -1683,7 +1683,7 @@ class e_form
|
||||
switch ($type)
|
||||
{
|
||||
case 'checkbox':
|
||||
return e107::getUserClass()->uc_checkboxes($name,$curval,$options,null,true);
|
||||
return e107::getUserClass()->uc_checkboxes($name,$curval,$options,null,false);
|
||||
break;
|
||||
|
||||
case 'dropdown':
|
||||
|
Reference in New Issue
Block a user