Index: trunk/kernel/units/configuration/configuration_event_handler.php =================================================================== diff -u -N -r4653 -r4664 --- trunk/kernel/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 4653) +++ trunk/kernel/units/configuration/configuration_event_handler.php (.../configuration_event_handler.php) (revision 4664) @@ -55,10 +55,11 @@ $field_values = $this->Application->GetVar($event->getPrefixSpecial(true)); - $state_country_hash = Array('Comm_State' => 'Comm_Country', - 'Comm_Shipping_State' => 'Comm_Shipping_Country'); + $state_country_hash = Array( + 'Comm_State' => 'Comm_Country', + 'Comm_Shipping_State' => 'Comm_Shipping_Country' + ); - $field_name = $object->GetDBField('VariableName'); if (isset($state_country_hash[$field_name])) { // if this is state field