function pm_update_7201 in Drupal PM (Project Management) 7.2
Same name and namespace in other branches
- 8 pm.install \pm_update_7201()
- 7.3 pm.install \pm_update_7201()
Remove legacy variables related to taxation.
File
- ./
pm.install, line 77 - 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');
}