You are here

function og_perm in Organic groups 6.2

Same name and namespace in other branches
  1. 5.8 og.module \og_perm()
  2. 5 og.module \og_perm()
  3. 5.2 og.module \og_perm()
  4. 5.3 og.module \og_perm()
  5. 5.7 og.module \og_perm()
  6. 6 og.module \og_perm()

Implementation of hook_perm().

File

./og.module, line 636
Code for the Organic Groups module.

Code

function og_perm() {
  return array(
    'administer organic groups',
  );
}