You are here

function pmteam_update_7102 in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pmteam/pmteam.install \pmteam_update_7102()
  2. 7 pmteam/pmteam.install \pmteam_update_7102()
  3. 7.2 pmteam/pmteam.install \pmteam_update_7102()

Display message to admin regarding need to rebuild permission.

File

pmteam/pmteam.install, line 77
Install, uninstall and update functions for the PM Team module.

Code

function pmteam_update_7102() {
  node_access_needs_rebuild(TRUE);
}