Index: branches/5.2.x/units/affiliates/affiliates_config.php =================================================================== diff -u -N -r16385 -r16580 --- branches/5.2.x/units/affiliates/affiliates_config.php (.../affiliates_config.php) (revision 16385) +++ branches/5.2.x/units/affiliates/affiliates_config.php (.../affiliates_config.php) (revision 16580) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PaymentTypeId' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => ''), 'options_sql' => 'SELECT Name, PaymentTypeId FROM '.TABLE_PREFIX.'AffiliatePaymentTypes WHERE Status = 1 ORDER BY IsPrimary DESC, Priority DESC, Name ASC', 'option_key_field' => 'PaymentTypeId', 'option_title_field' => 'Name', 'not_null' => 1, 'default' => 0), 'SSN' => Array ('type' => 'string', 'not_null' => '1', 'default' => '', 'required' => 1), - 'Comments' => Array ('type' => 'string', 'formatter' => 'kFormatter', 'using_fck' => 1, 'default' => NULL), + 'Comments' => Array ('type' => 'string', 'default' => NULL), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), ),