You are here

function regcode_perm in Registration codes 6.2

Same name and namespace in other branches
  1. 5.3 regcode.module \regcode_perm()
  2. 5 regcode.module \regcode_perm()
  3. 6 regcode.module \regcode_perm()

Implementation of hook_perm().

File

./regcode.module, line 51

Code

function regcode_perm() {
  return array(
    'administer registration codes',
  );
}