You are here

function weather_update_7101 in Weather 7

Implement hook_update_N().

Insert new locations into ICAO table. After the update to the new download location, the "fetch" variable is no longer needed.

File

./weather.install, line 596
Install, update and uninstall functions for the weather module.

Code

function weather_update_7101(&$sandbox) {
  weather_data_installation();
  variable_del('weather_fetch');
}