function pmteam_update_7201 in Drupal PM (Project Management) 7.3
Same name and namespace in other branches
- 8 pmteam/pmteam.install \pmteam_update_7201()
- 7.2 pmteam/pmteam.install \pmteam_update_7201()
Set pmpermission_field_parent_reference_for_pmteam variable.
File
- pmteam/
pmteam.install, line 106 - Install, uninstall and update functions for the PM Team module.
Code
function pmteam_update_7201() {
variable_set('pmpermission_field_parent_reference_for_pmteam', 'pmteam_organization');
}