function regcode_perm in Registration codes 6
Same name and namespace in other branches
- 5.3 regcode.module \regcode_perm()
- 5 regcode.module \regcode_perm()
- 6.2 regcode.module \regcode_perm()
Implementation of hook_perm().
File
- ./regcode.module, line 42 
Code
function regcode_perm() {
  return array(
    'administer registration codes',
    'bypass registration code entry',
  );
}