You are here

function weather_update_6101 in Weather 6.5

Implementation of hook_update_N().

Add Gyumri and Yerevan (both Armenia) to ICAO codes.

File

./weather.install, line 410
Database installation of weather module.

Code

function weather_update_6101() {
  $ret = array();
  require_once drupal_get_path('module', 'weather') . '/weather_data.inc';
  _weather_fill_icao_table();
  return $ret;
}