function simplenews_update_last_removed in Simplenews 7.2
Same name and namespace in other branches
- 7 simplenews.install \simplenews_update_last_removed()
Implements hook_update_last_removed().
File
- ./
simplenews.install, line 398 - Install, update and uninstall functions for the simplenews module
Code
function simplenews_update_last_removed() {
// Support upgrades from 6.x-1.x and 6.x-2.x.
return 6101;
}