function pmproject_update_last_removed in Drupal PM (Project Management) 7.3
Same name and namespace in other branches
- 8 pmproject/pmproject.install \pmproject_update_last_removed()
- 7 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 102 - Installation functions for the Project Management project module.
Code
function pmproject_update_last_removed() {
return 6202;
}