You are here

function pmticket_update_7102 in Drupal PM (Project Management) 7

Display message to admin regarding need to rebuild permission.

File

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

Code

function pmticket_update_7102() {
  node_access_needs_rebuild(TRUE);
}