Index: branches/unlabeled/unlabeled-1.17.2/core/units/groups/groups_config.php =================================================================== diff -u -r7829 -r7874 --- branches/unlabeled/unlabeled-1.17.2/core/units/groups/groups_config.php (.../groups_config.php) (revision 7829) +++ branches/unlabeled/unlabeled-1.17.2/core/units/groups/groups_config.php (.../groups_config.php) (revision 7874) @@ -71,7 +71,7 @@ ), 'Fields' => Array ( - 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'GroupId' => Array(), 'Name' => Array('type' => 'string', 'not_null' => '1', 'required' => 1, 'default' => ''), 'Description' => Array('type' => 'string','default' => ''), 'CreatedOn' => Array('type' => 'double', 'formatter' => 'kDateFormatter', 'not_null' => '1','default' => '#NOW#'),