You are here

function weather_update_7102 in Weather 7

Implement hook_update_N().

Insert three new locations into ICAO table. (Northern Mariana Islands)

File

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

Code

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