Index: trunk/core/units/email_messages/email_messages_config.php =================================================================== diff -u -N -r7997 -r8015 --- trunk/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 7997) +++ trunk/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 8015) @@ -55,12 +55,12 @@ 'Fields' => Array ( 'EmailMessageId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Template' => Array('type' => 'string','default' => ''), + 'Template' => Array('type' => 'string', 'default' => null), 'ReplacementTags' => Array ('type' => 'string', 'not_null' => 1, 'default' => null), 'MessageType' => Array('type' => 'string', 'formatter' => 'kOptionsFormatter', 'options' => Array('text'=>'la_Text','html'=>'la_Html'), 'not_null' => '1','default' => 'text'), - 'LanguageId' => Array('type' => 'int', 'not_null' => '1', 'default' => '0'), - 'EventId' => Array('type' => 'int', 'not_null' => '1', 'default' => '0'), - 'Subject' => Array('type' => 'string', 'default' => '',), + 'LanguageId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'EventId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'Subject' => Array('type' => 'string', 'default' => null), ), 'VirtualFields' => Array(