You are here

function pmticket_enable in Drupal PM (Project Management) 7

Implement hook_enable().

File

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

Code

function pmticket_enable() {
  node_access_needs_rebuild(TRUE);
}