function constant_contact_perm in Constant Contact 6.3
Same name and namespace in other branches
- 5 constant_contact.module \constant_contact_perm()
- 6 constant_contact.module \constant_contact_perm()
- 6.2 constant_contact.module \constant_contact_perm()
Sets available access permissions for the module
File
- ./
constant_contact.module, line 230
Code
function constant_contact_perm() {
return array(
//'access constant_contact',
'administer constant_contact',
);
}