You are here

function pmteam_update_7101 in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmteam/pmteam.install \pmteam_update_7101()
  2. 7.3 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 102
Install, uninstall and update functions for Project Management Team

Code

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