You are here

function maxlength_perm in Maxlength 5

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

File

./maxlength.module, line 11

Code

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