function maxlength_perm in Maxlength 5.2
Same name and namespace in other branches
- 5 maxlength.module \maxlength_perm()
- 6 maxlength.module \maxlength_perm()
Implementation of hook_perm().
File
- ./
maxlength.module, line 13
Code
function maxlength_perm() {
return array(
ADMINISTER_MAXLENGTH,
);
}