You are here

function pmteam_update_last_removed in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmteam/pmteam.install \pmteam_update_last_removed()
  2. 7.3 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 83
Install, uninstall and update functions for Project Management Team

Code

function pmteam_update_last_removed() {
  return 6201;
}