Index: branches/RC/core/units/email_messages/email_messages_config.php =================================================================== diff -u -r9047 -r10194 --- branches/RC/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 9047) +++ branches/RC/core/units/email_messages/email_messages_config.php (.../email_messages_config.php) (revision 10194) @@ -50,7 +50,7 @@ 'Fields' => Array ( 'EmailMessageId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Template' => Array('type' => 'string', 'default' => null), - 'MessageType' => Array('type' => 'string', 'formatter' => 'kOptionsFormatter', 'options' => Array('text'=>'la_Text','html'=>'la_Html'), 'not_null' => '1','default' => 'text'), + 'MessageType' => Array('type' => 'string', 'formatter' => 'kOptionsFormatter', 'options' => Array('text'=>'la_Text','html'=>'la_Html'), 'use_phrases' => 1, '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' => null),