function pm_update_7108 in Drupal PM (Project Management) 8
Same name and namespace in other branches
- 7.3 pm.install \pm_update_7108()
- 7.2 pm.install \pm_update_7108()
Removal of legacy variable related to icons.
File
- ./
pm.install, line 67 - Install, update and uninstall functions for the Project Management module.
Code
function pm_update_7108() {
variable_del('pm_icons_path');
}