You are here

function badbehavior_perm in Bad Behavior 5.2

Same name and namespace in other branches
  1. 6.2 badbehavior.module \badbehavior_perm()
  2. 6 badbehavior.module \badbehavior_perm()

File

./badbehavior.module, line 135

Code

function badbehavior_perm() {
  return array(
    'administer bad behavior',
  );
}