Index: branches/5.2.x/core/units/forms/submission_log/submission_log_config.php =================================================================== diff -u -N -r15012 -r16577 --- branches/5.2.x/core/units/forms/submission_log/submission_log_config.php (.../submission_log_config.php) (revision 15012) +++ branches/5.2.x/core/units/forms/submission_log/submission_log_config.php (.../submission_log_config.php) (revision 16577) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => NULL), 'Bcc' => Array ('type' => 'string', 'default' => NULL), 'Subject' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'required' => 1, 'default' => ''), - 'Message' => Array ('type' => 'string', 'required' => 1, 'using_fck' => 1, 'default' => NULL), + 'Message' => Array ('type' => 'string', 'required' => 1, 'default' => NULL), 'Attachment' => Array ( 'type' => 'string', @@ -127,4 +127,4 @@ ), ), ), - ); \ No newline at end of file + );