You are here

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

Implements hook_uninstall().

File

merci_hours/merci_holiday.install, line 7

Code

function merci_holiday_uninstall() {

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