You are here

function maxlength_perm in Maxlength 6

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

Implemenation of hook_perm().

File

./maxlength.module, line 12

Code

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