function pmteam_update_last_removed in Drupal PM (Project Management) 8
Same name and namespace in other branches
- 7.3 pmteam/pmteam.install \pmteam_update_last_removed()
- 7 pmteam/pmteam.install \pmteam_update_last_removed()
- 7.2 pmteam/pmteam.install \pmteam_update_last_removed()
Implements hook_update_last_removed().
File
- pmteam/
pmteam.install, line 50 - Install, uninstall and update functions for the PM Team module.
Code
function pmteam_update_last_removed() {
return 6201;
}