Index: branches/unlabeled/unlabeled-1.4.2/core/units/user_groups/user_groups_config.php =================================================================== diff -u -r7829 -r7874 --- branches/unlabeled/unlabeled-1.4.2/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 7829) +++ branches/unlabeled/unlabeled-1.4.2/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 7874) @@ -48,8 +48,8 @@ ), 'Fields' => Array( - 'PortalUserId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'PortalUserId' => Array('type' => 'int'), + 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 1), 'MembershipExpires' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => ''), 'PrimaryGroup' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), 'ExpirationReminderSent' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),