function constant_contact_perm in Constant Contact 6
Same name and namespace in other branches
- 5 constant_contact.module \constant_contact_perm()
- 6.3 constant_contact.module \constant_contact_perm()
- 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',
);
}