A bunch more places that should be using calculated_country_code not country_code

This commit is contained in:
Brian Quinion
2013-01-24 16:17:37 +00:00
parent a2f1dd1c31
commit f9a7f03239
3 changed files with 15 additions and 15 deletions

View File

@@ -144,7 +144,7 @@
if ($bShowAddressDetails)
{
$aAddress = getAddressDetails($oDB, $sLanguagePrefArraySQL, $iPlaceID, $aPlace['country_code']);
$aAddress = getAddressDetails($oDB, $sLanguagePrefArraySQL, $iPlaceID, $aPlace['calculated_country_code']);
}
$aClassType = getClassTypes();
$sAddressType = '';