You are here

function pm_update_7201 in Drupal PM (Project Management) 7.3

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

Remove legacy variables related to taxation.

File

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

Code

function pm_update_7201() {
  variable_del('pm_tax1_app');
  variable_del('pm_tax1_name');
  variable_del('pm_tax1_percent');
  variable_del('pm_tax2_app');
  variable_del('pm_tax2_name');
  variable_del('pm_tax2_percent');
}