You are here

function hosting_task_access in Hosting 5

Same name and namespace in other branches
  1. 6.2 task/hosting_task.module \hosting_task_access()

File

task/hosting_task.module, line 44
Web server node type is defined here.

Code

function hosting_task_access($op, $node) {
  if (user_access('administer tasks')) {
    return TRUE;
  }
}