function og_massadd_perm in Organic Groups Mass Add 6
Implementation of hook_perm().
File
- ./
og_massadd.module, line 13 - The og_massadd module file
Code
function og_massadd_perm() {
return array(
'mass add and create users',
);
}
Implementation of hook_perm().
function og_massadd_perm() {
return array(
'mass add and create users',
);
}