Index: branches/5.1.x/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r13941 -r13962 --- branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13941) +++ branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13962) @@ -1,6 +1,6 @@ Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'To', 2 => 'Cc', 3 => 'Bcc'), - 'not_null' => 1, 'default' => 1 + 'default' => 1 ), - 'RecipientName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), + 'RecipientName' => Array ('type' => 'string', 'max_len' => 255, 'default' => ''), 'RecipientAddressType' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_opt_Email', 2 => 'la_opt_User', 3 => 'la_opt_Group'), 'use_phrases' => 1, - 'not_null' => 1, 'error_field' => 'RecipientAddress', 'default' => 0 + 'error_field' => 'RecipientAddress', 'default' => 0 ), 'RecipientAddress' => Array ( 'type' => 'string', 'max_len' => 255, @@ -212,7 +212,7 @@ 'invalid_user' => '!la_error_UserNotFound!', 'invalid_group' => '!la_error_GroupNotFound!', ), - 'not_null' => 1, 'default' => '' + 'default' => '' ), 'Tag' => Array ('type' => 'string', 'default' => ''),