You are here

function coder_perm in Coder 6.2

Same name and namespace in other branches
  1. 5.2 coder.module \coder_perm()
  2. 5 coder.module \coder_perm()
  3. 6 coder.module \coder_perm()

Implementation of hook_perm().

File

./coder.module, line 85

Code

function coder_perm() {
  return array(
    'view code review',
    'view code review all',
  );
}