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