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