function forum_perm

6.x forum.module forum_perm()

Implementation of hook_perm().

File

drupal-6.x/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');
}