Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14726 -r14758 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14726) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14758) @@ -1,6 +1,6 @@ Array ('default' => ''), 'Fax' => Array ('default' => ''), 'Street' => Array ('default' => ''), - 'Street2' => Array ('default' => ''), + 'Street2' => Array ('error_field' => 'Street', 'default' => ''), 'City' => Array ('default' => ''), 'State' => Array ( 'formatter' => 'kOptionsFormatter', 'options' => Array (), @@ -435,7 +435,7 @@ 'FullUrl' => Array ('default' => ''), 'SubscribeToMailing' => Array ( - 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'lu_No', 1 => 'lu_Yes'), 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'lu_Yes', 0 => 'lu_No'), 'use_phrases' => 1, 'default' => 0, ), ),