Index: branches/5.3.x/core/units/helpers/country_states_helper.php =================================================================== diff -u -r16111 -r16195 --- branches/5.3.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16111) +++ branches/5.3.x/core/units/helpers/country_states_helper.php (.../country_states_helper.php) (revision 16195) @@ -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)); }