function pmteam_update_7101 in Drupal PM (Project Management) 7.3
Same name and namespace in other branches
- 8 pmteam/pmteam.install \pmteam_update_7101()
- 7 pmteam/pmteam.install \pmteam_update_7101()
- 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';
}