function weather_update_10 in Weather 5.6
Same name and namespace in other branches
- 6.5 weather.install \weather_update_10()
File
- ./
weather.install, line 455
Code
function weather_update_10() {
$ret = array();
// Remove Maribo Lufthavn, which does no longer exist
_weather_fill_icao_table();
return $ret;
}