Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14596 -r14617 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14596) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14617) @@ -1,6 +1,6 @@ Array ('default' => ''), 'LocalPath' => Array ('default' => ''), 'FullUrl' => Array ('default' => ''), + + 'SubscribeToMailing' => Array ( + 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'lu_No', 1 => 'lu_Yes'), 'use_phrases' => 1, + 'default' => 0, + ), ), ), @@ -550,6 +555,7 @@ 'LocalImage' => Array ('type' => 'string'), 'LocalPath' => Array ('type' => 'string'), 'FullUrl' => Array ('type' => 'string'), + 'SubscribeToMailing' => Array ('type' => 'int'), ), 'Grids' => Array(