function constant_contact_permission in Constant Contact 7.3
Implements hook_permission();
File
- ./
constant_contact.module, line 238
Code
function constant_contact_permission() {
return array(
'administer constant_contact' => array(
'title' => t('Administer Constant Contact Module'),
'description' => t('Can edit the Constant Contact module settings and perform other admin tasks'),
),
);
}