Index: trunk/core/units/groups/groups_config.php =================================================================== diff -u -N -r7855 -r8015 --- trunk/core/units/groups/groups_config.php (.../groups_config.php) (revision 7855) +++ trunk/core/units/groups/groups_config.php (.../groups_config.php) (revision 8015) @@ -72,13 +72,13 @@ 'Fields' => Array ( 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Name' => Array('type' => 'string', 'not_null' => '1', 'required' => 1, 'default' => ''), - 'Description' => Array('type' => 'string','default' => ''), + 'Name' => Array('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => ''), + 'Description' => Array('type' => 'string', 'default' => null), 'CreatedOn' => Array('type' => 'double', 'formatter' => 'kDateFormatter', 'not_null' => '1','default' => '#NOW#'), - 'System' => Array('type' => 'int','not_null' => '1','default' => '0'), - 'Personal' => Array('type' => 'int','not_null' => '1','default' => '0'), - 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(1 => 'la_Enabled', 0 => 'la_Disabled'), 'use_phrases' => 1, 'not_null' => '1','default' => 1), - 'ResourceId' => Array('type' => 'int','not_null' => '1','default' => '0'), + 'System' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'Personal' => Array('type' => 'int','not_null' => 1, 'default' => 0), + 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(1 => 'la_Enabled', 0 => 'la_Disabled'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), + 'ResourceId' => Array('type' => 'int','not_null' => 1, 'default' => 0), ), 'VirtualFields' => Array(