Index: trunk/core/units/users/users_config.php =================================================================== diff -u -N -r7855 -r7997 --- trunk/core/units/users/users_config.php (.../users_config.php) (revision 7855) +++ trunk/core/units/users/users_config.php (.../users_config.php) (revision 7997) @@ -142,12 +142,12 @@ 'Street' => Array('type' => 'string','default' => ''), 'Street2' => Array('type' => 'string', 'not_null' => '1', 'default' => ''), 'City' => Array('type' => 'string','default' => ''), - 'State' => Array('formatter'=>'kOptionsFormatter', + 'State' => Array('type' => 'string', 'formatter'=>'kOptionsFormatter', 'options' => Array(), 'option_key_field'=>'DestAbbr','option_title_field'=>'Translation', 'not_null' => '1','default' => ''), 'Zip' => Array('type' => 'string','default' => ''), - 'Country' => Array('formatter'=>'kOptionsFormatter', + 'Country' => Array('type' => 'string', 'formatter'=>'kOptionsFormatter', 'options_sql'=>'SELECT %1$s FROM '.TABLE_PREFIX.'StdDestinations LEFT JOIN '.TABLE_PREFIX.'Phrase