You are here

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

1 string reference to 'merci_inventory_access_callback'
merci_inventory_entity_info in merci_inventory/merci_inventory.module
Implements hook_entity_info().

File

merci_inventory/merci_inventory.module, line 215

Code

function merci_inventory_access_callback($op, $entity = NULL, $account = NULL) {
  return user_access($op . ' merci_inventory');
}