You are here

function weather_update_8 in Weather 5.6

Same name and namespace in other branches
  1. 6.5 weather.install \weather_update_8()

File

./weather.install, line 433

Code

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

  // Add Denpasar / Ngurah-Rai, Indonesia to ICAO codes
  _weather_fill_icao_table();
  return $ret;
}