You are here

function pmnote_update_last_removed in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pmnote/pmnote.install \pmnote_update_last_removed()
  2. 7 pmnote/pmnote.install \pmnote_update_last_removed()
  3. 7.2 pmnote/pmnote.install \pmnote_update_last_removed()

Implements hook_update_last_removed().

File

pmnote/pmnote.install, line 54
Functions for the PM Note module.

Code

function pmnote_update_last_removed() {
  return 6201;
}