function merci_rro_uninstall in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Implementation of hook_uninstall().
File
- modules/
merci_rro/ merci_rro.install, line 22 - Install, uninstall, and schema functions for MERCI Role Rule Override
Code
function merci_rro_uninstall() {
drupal_uninstall_schema('merci_rro');
}