function merci_inventory_install in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Same name and namespace in other branches
- 6.2 modules/merci_inventory/merci_inventory.install \merci_inventory_install()
- 7.2 modules/merci_inventory/merci_inventory.install \merci_inventory_install()
Implementation of hook_install().
File
- modules/
merci_inventory/ merci_inventory.install, line 6
Code
function merci_inventory_install() {
drupal_set_message(t('Merci Inventory module successfully installed. merci_inventory_master content types created. Do not add nodes to this content type. Only use it to push CCK fields out to other MERCI managed content types.'));
}