function contact_perm

Implementation of hook_perm

Archivo

drupal-6.x/modules/contact/contact.module, line 37
Enables the use of personal and site-wide contact forms.

Código

function contact_perm() {
  return array('access site-wide contact form', 'administer site-wide contact form');
}