function weather_update_last_removed in Weather 7
Same name and namespace in other branches
- 6.5 weather.install \weather_update_last_removed()
- 7.3 weather.install \weather_update_last_removed()
- 7.2 weather.install \weather_update_last_removed()
Implement hook_update_last_removed().
History of removed updates and their Drupal version: Drupal 4.7.x: 1, 2, 3 Drupal 5.x: 4, 5, 6, 7, 8, 9, 10 Drupal 6.x: 6100, 6101, 6200, 6500, 6501, 6502, 6503, 6504, 6505, 6506, 6507, 6508, 6509
File
- ./
weather.install, line 282 - Install, update and uninstall functions for the weather module.
Code
function weather_update_last_removed() {
return 6509;
}