| 5 forum.module | forum_perm() |
| 6 forum.module | forum_perm() |
Implementation of hook_perm().
File
- modules/
forum/ forum.module, line 326 - Enable threaded discussions about general topics.
Code
function forum_perm() {
return array('create forum topics', 'delete own forum topics', 'delete any forum topic', 'edit own forum topics', 'edit any forum topic', 'administer forums');
}
Login or register to post comments