function pmproject_update_last_removed in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmproject/pmproject.install \pmproject_update_last_removed()
- 7.3 pmproject/pmproject.install \pmproject_update_last_removed()
- 7.2 pmproject/pmproject.install \pmproject_update_last_removed()
Implements hook_update_last_removed().
File
- pmproject/pmproject.install, line 226 
- Installation functions for the Project Management project module
Code
function pmproject_update_last_removed() {
  return 6202;
}