You are here

function context_node_perm in Context Node 6

Implements hook_permission()

File

./context_node.module, line 6

Code

function context_node_perm() {
  return array(
    'set context on nodes',
  );
}