You are here

function regcode_perm in Registration codes 6

Same name and namespace in other branches
  1. 5.3 regcode.module \regcode_perm()
  2. 5 regcode.module \regcode_perm()
  3. 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',
  );
}