You are here

function weather_update_10 in Weather 6.5

Same name and namespace in other branches
  1. 5.6 weather.install \weather_update_10()

Implementation of hook_update_N().

Remove Maribo Lufthavn, which does no longer exist

File

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

Code

function weather_update_10() {
  $ret = array();

  // Remove Maribo Lufthavn, which does no longer exist
  _weather_fill_icao_table();
  return $ret;
}