You are here

function pmnote_update_7102 in Drupal PM (Project Management) 7

Display message to admin regarding need to rebuild permission.

File

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

Code

function pmnote_update_7102() {
  node_access_needs_rebuild(TRUE);
}