function weather_update_9 in Weather 5.6
Same name and namespace in other branches
- 6.5 weather.install \weather_update_9()
File
- ./
weather.install, line 444
Code
function weather_update_9() {
$ret = array();
// Add Gyumri and Yerevan (both Armenia) to ICAO codes
_weather_fill_icao_table();
return $ret;
}