function follow_update_last_removed in Follow 7
Same name and namespace in other branches
- 7.2 follow.install \follow_update_last_removed()
Implementation of hook_update_last_removed().
File
- ./
follow.install, line 99 - Follow module's install and uninstall code.
Code
function follow_update_last_removed() {
// We need to ensure that all D6 users have upgraded to the latest version of
// Follow before upgrading to D7.
return 6003;
}