You are here

function pmteam_update_7101 in Drupal PM (Project Management) 8

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

Allow Project Management to override the default content type permissions.

File

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

Code

function pmteam_update_7101() {
  variable_set('node_permissions_pmteam', 0);
  return 'PM Team permissions overridden';
}