You are here

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

Implements hook_enable().

File

merci_hours/merci_holiday.install, line 18

Code

function merci_holiday_enable() {
  merci_core_create_field(MERCI_HOLIDAYS_FIELD, 'merci_hours', 'merci_hours');
}