Index: branches/RC/core/units/groups/groups_config.php =================================================================== diff -u -N -r11546 -r11760 --- branches/RC/core/units/groups/groups_config.php (.../groups_config.php) (revision 11546) +++ branches/RC/core/units/groups/groups_config.php (.../groups_config.php) (revision 11760) @@ -69,7 +69,7 @@ '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' => null), + 'Description' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, '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),