Index: branches/5.3.x/core/units/helpers/site_helper.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/site_helper.php (.../site_helper.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption('country-state', 'TableName') . ' + FROM ' . $this->Application->getUnitConfig('country-state')->getTableName() . ' WHERE Type = ' . DESTINATION_TYPE_COUNTRY; $cache = $this->Conn->GetCol($sql, 'IsoCode'); }