You are here

function constant_contact_perm in Constant Contact 5

Same name and namespace in other branches
  1. 6.3 constant_contact.module \constant_contact_perm()
  2. 6 constant_contact.module \constant_contact_perm()
  3. 6.2 constant_contact.module \constant_contact_perm()

Implementation of hook_perm().

File

./constant_contact.module, line 7

Code

function constant_contact_perm() {
  return array(
    'admininister constant_contact',
  );
}