Index: trunk/core/units/general/country_states.php =================================================================== diff -u -N -r1926 -r2291 --- trunk/core/units/general/country_states.php (.../country_states.php) (revision 1926) +++ trunk/core/units/general/country_states.php (.../country_states.php) (revision 2291) @@ -1,22 +1,9 @@ Conn =& $this->Application->GetADODBConnection(); - } - function CountryHasStates($country_code) { return !$country_code ? false : in_array($country_code,$this->CountriesWithStates);