Index: branches/5.1.x/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r13140 -r13151 --- branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13140) +++ branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13151) @@ -1,6 +1,6 @@ true, - 'Fields' => Array ( 'EventId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Event' => Array ('type' => 'string', 'not_null' => 1, 'unique' => Array ('Type'), 'required' => 1, 'default' => ''), @@ -168,11 +166,7 @@ 'formatter' => 'kOptionsFormatter', 'options' => Array (), 'not_null' => 1, 'required' => 1, 'default' => '' ), - 'Description' => Array ( - 'type' => 'string', - 'formatter' => 'kMultiLanguage', - 'not_null' => 1, 'default' => '', 'db_type' => 'text', - ), + 'Description' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), 'Type' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Text_Admin', 0 => 'la_Text_User'), 'use_phrases' => 1,