You are here

function maxlength_perm in Maxlength 5.2

Same name and namespace in other branches
  1. 5 maxlength.module \maxlength_perm()
  2. 6 maxlength.module \maxlength_perm()

Implementation of hook_perm().

File

./maxlength.module, line 13

Code

function maxlength_perm() {
  return array(
    ADMINISTER_MAXLENGTH,
  );
}