function getlocations_fields_uninstall in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_fields/getlocations_fields.install \getlocations_fields_uninstall()
Implements hook_uninstall().
File
- modules/
getlocations_fields/ getlocations_fields.install, line 183 - getlocations_fields.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_fields_uninstall() {
variable_del('getlocations_fields_defaults');
variable_del('getlocations_fields_paths');
}