You are here

function bugherd_perm in BugHerd 6

Implements hook_perm().

File

./bugherd.module, line 82
BugHerd module functions.

Code

function bugherd_perm() {
  return array_keys(bugherd_permission());
}