You are here

function gravatar_perm in Gravatar integration 5

Same name and namespace in other branches
  1. 6 gravatar.module \gravatar_perm()

Implementation of hook_perm().

File

./gravatar.module, line 49
Integrates gravatar service for comment user pictures.

Code

function gravatar_perm() {
  return array(
    'use gravatar',
    'disable own gravatar',
  );
}