You are here

function resource_conflict_uninstall in Resource Conflict 7.2

Same name and namespace in other branches
  1. 5.2 resource_conflict.install \resource_conflict_uninstall()
  2. 6.2 resource_conflict.install \resource_conflict_uninstall()
  3. 7.3 resource_conflict.install \resource_conflict_uninstall()

Implementation of hook_uninstall

File

./resource_conflict.install, line 7

Code

function resource_conflict_uninstall() {
  _resource_conflict_variable_delete_like('rc_type_%');
  _resource_conflict_variable_delete_like('rc_date_field_%');
  _resource_conflict_variable_delete_like('rc_reference_fields_%');
  variable_del('rc_types');
}