You are here

function pmteam_update_7201 in Drupal PM (Project Management) 8

Same name and namespace in other branches
  1. 7.3 pmteam/pmteam.install \pmteam_update_7201()
  2. 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');
}