Index: branches/5.2.x/core/units/groups/groups_config.php =================================================================== diff -u -N -r16388 -r16577 --- branches/5.2.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 16388) +++ branches/5.2.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ( 'GroupId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array ('type' => 'string', 'not_null' => 1, 'required' => 1, 'default' => ''), - 'Description' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null), + 'Description' => Array ('type' => 'string', 'default' => null), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'System' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Personal' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), @@ -167,4 +167,4 @@ ), ), ), -); \ No newline at end of file +);