You are here

function legal_perm in Legal 6.7

Same name and namespace in other branches
  1. 5 legal.module \legal_perm()
  2. 6.8 legal.module \legal_perm()

Implementation of hook_perm().

File

./legal.module, line 24

Code

function legal_perm() {
  return array(
    'administer Terms and Conditions',
    'view Terms and Conditions',
  );
}