You are here

function advanced_forum_perm in Advanced Forum 6.2

Same name and namespace in other branches
  1. 5 advanced_forum.module \advanced_forum_perm()
  2. 6 advanced_forum.module \advanced_forum_perm()

Implementation of hook_perm().

File

./advanced_forum.module, line 13
Enables the look and feel of other popular forum software.

Code

function advanced_forum_perm() {
  return array(
    'administer advanced forum',
    'view forum statistics',
    'view last edited notice',
  );
}