You are here

function vud_perm in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud.module \vud_perm()

Implementation of hook_perm().

File

./vud.module, line 116

Code

function vud_perm() {
  return array(
    'use vote up/down',
    'administer vote up/down',
    'access vote up/down statistics',
    'reset vote up/down votes',
  );
}