Index: branches/5.2.x/core/units/helpers/country_states_helper.php =================================================================== diff -u -N -r16053 -r16131 --- branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16053) +++ branches/5.2.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16131) @@ -1,6 +1,6 @@ GetFieldOptions($state_field); $field_options['options'] = $this->getStates($country_iso); - $field_options['options'][''] = ''; $object->SetFieldOptions($state_field, $field_options, $object->isVirtualField($state_field)); }