You are here

function invite_type_access in Invite 7.4

Access callback for task Type.

1 string reference to 'invite_type_access'
invite_entity_info in ./invite.module
Implements hook_entity_info().

File

./invite.module, line 459

Code

function invite_type_access($op, $entity = NULL) {
  return user_access('administer invite types');
}