You are here

function contact_permissions_perm in Contact Permissions 6

Implementation of hook_perm

File

./contact_permissions.module, line 11
Provides permissions for having a personal contact form

Code

function contact_permissions_perm() {
  return array(
    'Have a personal contact form',
  );
}