Index: trunk/core/units/email_messages/email_messages_config.php =================================================================== diff -u -N -r7702 -r7855 --- trunk/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 7702) +++ trunk/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 7855) @@ -53,14 +53,15 @@ ), ), - 'Fields' => Array( - 'EmailMessageId' => Array(), - 'Template' => Array('type' => 'string','default' => ''), - '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'), - ), + 'Fields' => Array ( + 'EmailMessageId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'Template' => Array('type' => 'string','default' => ''), + 'ReplacementTags' => Array ('type' => 'string', 'not_null' => 1, 'default' => 'a:0:{}'), + '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'), + ), 'VirtualFields' => Array( 'Headers' => Array('type'=>'string'),