function coder_perm in Coder 6.2
Same name and namespace in other branches
- 5.2 coder.module \coder_perm()
- 5 coder.module \coder_perm()
- 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',
);
}