function weather_update_last_removed in Weather 6.5
Same name and namespace in other branches
- 7.3 weather.install \weather_update_last_removed()
- 7 weather.install \weather_update_last_removed()
- 7.2 weather.install \weather_update_last_removed()
Implementation of hook_update_last_removed().
The updates 1-3 were for Drupal 4.7.x, which is no longer supported.
Drupal 5.x (will be removed after Drupal 7.x is out): Update 4, 5, 6, 7, 8, 9
Drupal 6.x: Update 6100, 6101, 6200
File
- ./
weather.install, line 171 - Database installation of weather module.
Code
function weather_update_last_removed() {
return 3;
}