Index: branches/5.2.x/admin_templates/topics/topics_edit.tpl =================================================================== diff -u -N -r15610 -r16579 --- branches/5.2.x/admin_templates/topics/topics_edit.tpl (.../topics_edit.tpl) (revision 15610) +++ branches/5.2.x/admin_templates/topics/topics_edit.tpl (.../topics_edit.tpl) (revision 16579) @@ -63,7 +63,7 @@ - + @@ -101,4 +101,4 @@ disable_categories('', ); - \ No newline at end of file + Index: branches/5.2.x/admin_templates/polls/poll_edit.tpl =================================================================== diff -u -N -r15610 -r16579 --- branches/5.2.x/admin_templates/polls/poll_edit.tpl (.../poll_edit.tpl) (revision 15610) +++ branches/5.2.x/admin_templates/polls/poll_edit.tpl (.../poll_edit.tpl) (revision 16579) @@ -86,7 +86,7 @@ - + @@ -107,4 +107,4 @@ - \ No newline at end of file + Index: branches/5.2.x/units/poll_comments/poll_comments_config.php =================================================================== diff -u -N -r16384 -r16579 --- branches/5.2.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 16384) +++ branches/5.2.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 16579) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'GuestEmail' => Array('type' => 'string', 'max_len' => 255, 'formatter' => 'kFormatter', 'regexp' => '/^(' . REGEX_EMAIL_USER . '@' . REGEX_EMAIL_DOMAIN . ')$/i', 'sample_value' => 'email@domain.com', 'not_null' => '1', 'default' => '', 'error_msgs' => Array ('invalid_format' => '!la_invalid_email!', 'unique' => '!lu_email_already_exist!'), 'required' => 0), - 'CommentBody' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL, 'required' => 1), + 'CommentBody' => Array ('type' => 'string', 'required' => 1, 'default' => NULL), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'required' => 1, 'default' => '#NOW#'), 'UserIP' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), Index: branches/5.2.x/units/topics/topics_config.php =================================================================== diff -u -N -r16384 -r16579 --- branches/5.2.x/units/topics/topics_config.php (.../topics_config.php) (revision 16384) +++ branches/5.2.x/units/topics/topics_config.php (.../topics_config.php) (revision 16579) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => null), 'TodayPosts' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'MetaKeywords' => Array ('type' => 'string', 'default' => null), - 'MetaDescription' => Array ( - 'type' => 'string', - 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => null - ), + 'MetaDescription' => Array ('type' => 'string', 'default' => null), ), 'VirtualFields' => Array (