function follow_update_last_removed in Follow 7.2
Same name and namespace in other branches
- 7 follow.install \follow_update_last_removed()
 
Implements hook_update_last_removed().
File
- ./
follow.install, line 106  - 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;
}