function views_block_access in Views Hacks 7
1 string reference to 'views_block_access'
- views_block_entity_info in views_block/
views_block.module - Implements hook_entity_info().
File
- views_block/
views_block.module, line 110
Code
function views_block_access($op, $entity = NULL, $account = NULL) {
return user_access('administer blocks', $account);
}