You are here

function uniqueness_perm in Uniqueness 6

Implementation of hook_perm().

File

./uniqueness.module, line 45
uniqueness.module

Code

function uniqueness_perm() {
  return array(
    'use uniqueness widget',
    'administer uniqueness',
  );
}