You are here

function regcode_perm in Registration codes 5

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

Set valid permissions for this module.

Return value

An array of valid permissions for the module.

File

./regcode.module, line 45
regcode.module

Code

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