You are here

function pmticket_update_last_removed in Drupal PM (Project Management) 7.2

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 pmticket/pmticket.install \pmticket_update_last_removed()

Implements hook_update_last_removed().

File

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

Code

function pmticket_update_last_removed() {
  return 6202;
}