You are here

function tmgmt_remote_access in Translation Management Tool 7

Access callback for tmgmt remote entity.

Related topics

1 string reference to 'tmgmt_remote_access'
tmgmt_entity_info in ./tmgmt.module
Implements hook_entity_info().

File

./tmgmt.module, line 554
Main module file for the Translation Management module.

Code

function tmgmt_remote_access($op, $tmgmt_remote = NULL, $account = NULL) {
  return user_access('administer tmgmt', $account);
}