1
0
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:
Cameron
2015-03-01 12:43:02 -08:00
parent e1d8cda7bd
commit 2b35a583d4
7 changed files with 497 additions and 42 deletions

View File

@@ -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':