Index: branches/5.2.x/core/units/country_states/country_state_eh.php =================================================================== diff -u -N -r14989 -r15065 --- branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 14989) +++ branches/5.2.x/core/units/country_states/country_state_eh.php (.../country_state_eh.php) (revision 15065) @@ -1,6 +1,6 @@ Application->recallObject('CountryStatesHelper'); /* @var $cs_helper kCountryStatesHelper */ - if ($cs_helper->CountryHasStates( $object->GetDBField('IsoCode') )) { + if ( $cs_helper->CountryHasStates($object->GetDBField('IsoCode')) ) { $event->status = kEvent::erFAIL; - return ; + return; } }