Index: branches/unlabeled/unlabeled-1.108.2/kernel/action.php =================================================================== diff -u -r4321 -r4354 --- branches/unlabeled/unlabeled-1.108.2/kernel/action.php (.../action.php) (revision 4321) +++ branches/unlabeled/unlabeled-1.108.2/kernel/action.php (.../action.php) (revision 4354) @@ -124,7 +124,7 @@ 'CreatedOn' => $CreatedOn, 'dob' => $dob ); - + $u =& $objEditItems->Add_User_NEW($fields_hash); saveCustomFields('u', $u->Get('ResourceId'), 6); } @@ -146,7 +146,7 @@ if (!GetVar('user_login')) { $dob = 0; } - + $fields_hash = Array( 'Login' => $_POST['user_login'], 'Password' => GetVar('password') ? md5(GetVar('password')) : '', 'FirstName' => $_POST['user_firstname'], @@ -2380,12 +2380,12 @@ { $objUserGroupsList = new clsUserGroupList(); $objUserGroupsList->CopyFromEditTable("GroupId"); - + $group_ids = $objGroups->CopyFromEditTable("GroupId"); if ($group_ids) { // $objCustomDataList->CopyFromEditTable('g'); } - + $objGroups->Clear(); } if( GetVar('GroupEditStatus') == 2 )