You are here

function pm_update_7102 in Drupal PM (Project Management) 7.3

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

Make date field available to PM content types.

File

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

Code

function pm_update_7102() {
  variable_del('pm_yearsrangebegin');
  variable_del('pm_yearsrangeend');
}