Index: branches/5.3.x/units/affiliates/affiliates_config.php =================================================================== diff -u -N -r15671 -r16133 --- branches/5.3.x/units/affiliates/affiliates_config.php (.../affiliates_config.php) (revision 15671) +++ branches/5.3.x/units/affiliates/affiliates_config.php (.../affiliates_config.php) (revision 16133) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'not_null' => '1', 'default' => ''), 'ItemsSold' => 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), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), ), @@ -238,4 +237,4 @@ ), ), ), -); \ No newline at end of file +);