You are here

function countries_update_7100 in Countries 7

This will flush the the menu cache to add the new import URL for country imports.

File

./countries.install, line 152
Install file for Countries API.

Code

function countries_update_7100() {
  $t = get_t();
  drupal_set_message($t('Visit the countries !config_page to import the most recent iso changes.', array(
    '!config_page' => l('configuration page', 'admin/config/regional/countries/import'),
  )));
}