You are here

function vote_storylink_perm in Vote Up/Down 5

Implementation of hook_perm().

File

./vote_storylink.module, line 37

Code

function vote_storylink_perm() {
  return array(
    'create storylinks',
    'edit own storylinks',
    'view storylinks',
  );
}