You are here

function countries_update_7205 in Countries 7.2

Informs the user about the latest round of name changes.

The name field is 100% in sync with the ISO standard with this release.

File

./countries.install, line 317
Install file for Countries module.

Code

function countries_update_7205() {
  $t = get_t();
  $link = l($t('ISO Newsletter !version', array(
    '!version' => 'VI-14',
  )), 'http://www.iso.org/iso/iso_3166-1_newsletter_vi-14_name_change_state_of_palestine.pdf', array(
    'external' => 1,
  ));
  countries_install_available_update_message($link);
  cache_clear_all();
}