function og_perm in Organic groups 6
Same name and namespace in other branches
- 5.8 og.module \og_perm()
- 5 og.module \og_perm()
- 5.2 og.module \og_perm()
- 5.3 og.module \og_perm()
- 5.7 og.module \og_perm()
- 6.2 og.module \og_perm()
Implementation of hook_perm().
File
- ./
og.module, line 431
Code
function og_perm() {
return array(
'administer organic groups',
);
}