You are here

function weather_update_last_removed in Weather 7.2

Same name and namespace in other branches
  1. 6.5 weather.install \weather_update_last_removed()
  2. 7.3 weather.install \weather_update_last_removed()
  3. 7 weather.install \weather_update_last_removed()

Implements hook_update_last_removed().

7104 was the last update of the 7.x-1.x branch. The module only supports an upgrade to the 7.x-2.x branch from the last version of the 7.x-1.x branch.

File

./weather.install, line 411
Install, update and uninstall functions for the weather module.

Code

function weather_update_last_removed() {
  return 7104;
}