You are here

function calendar_systems_date_properties_uninstall in Calendar Systems 8

Same name and namespace in other branches
  1. 7 calendar_systems_date_properties/calendar_systems_date_properties.install \calendar_systems_date_properties_uninstall()
  2. 7.2 calendar_systems_date_properties/calendar_systems_date_properties.install \calendar_systems_date_properties_uninstall()

Implements hook_uninstall().

File

calendar_systems_date_properties/calendar_systems_date_properties.install, line 23

Code

function calendar_systems_date_properties_uninstall() {
  module_load_include('module', 'calendar_systems_date_properties', 'calendar_systems_date_properties');
  _calendar_systems_date_properties_schema_apply_change(TRUE);
  _calendar_systems_date_properties_variables_del(_calendar_systems_date_properties_variables());
}