You are here

function merci_rro_install in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6

Implementation of hook_install().

File

modules/merci_rro/merci_rro.install, line 12
Install, uninstall, and schema functions for MERCI Role Rule Override

Code

function merci_rro_install() {
  drupal_install_schema('merci_rro');
}