You are here

function pmticket_update_last_removed in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmticket/pmticket.install \pmticket_update_last_removed()
  2. 7.3 pmticket/pmticket.install \pmticket_update_last_removed()
  3. 7.2 pmticket/pmticket.install \pmticket_update_last_removed()

Implements hook_update_last_removed().

File

pmticket/pmticket.install, line 233
Installation functions for the Project Management project module

Code

function pmticket_update_last_removed() {
  return 6202;
}