You are here

function weather_update_7105 in Weather 7

Implement hook_update_N().

Insert one new location into ICAO table. (Maniwaki, Canada)

File

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

Code

function weather_update_7105(&$sandbox) {
  weather_data_installation();
}