You are here

function pmteam_update_last_removed in Drupal PM (Project Management) 8

Same name and namespace in other branches
  1. 7.3 pmteam/pmteam.install \pmteam_update_last_removed()
  2. 7 pmteam/pmteam.install \pmteam_update_last_removed()
  3. 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;
}