Index: trunk/core/units/general/country_states.php =================================================================== diff -u -N -r1566 -r1926 --- trunk/core/units/general/country_states.php (.../country_states.php) (revision 1566) +++ trunk/core/units/general/country_states.php (.../country_states.php) (revision 1926) @@ -63,7 +63,7 @@ */ function CheckState($state_name, $country_code) { - if( !$this->CountryHasStates($country_code) ) return ''; + if( !$this->CountryHasStates($country_code) ) return $state_name; $sql = 'SELECT sdStates.DestAbbr FROM '.TABLE_PREFIX.'StdDestinations AS sdStates