You are here

function pm_update_7105 in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pm.install \pm_update_7105()
  2. 7.2 pm.install \pm_update_7105()

Removal of legacy variable.

File

./pm.install, line 60
Install, update and uninstall functions for the Project Management module.

Code

function pm_update_7105() {
  variable_del('pm_organization_nid');
}