You are here

function merci_hours_uninstall in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Implements hook_uninstall().

File

merci_hours/merci_hours.install, line 51

Code

function merci_hours_uninstall() {
  variable_del('merci_hours_default');

  // Delete any field instance attached to a line item type.
  merci_core_delete_instances('merci_hours');
}