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