You are here

function mailing_list_perm in Mailing List 6

Implementation of hook_perm().

File

./mailing_list.module, line 20
Minimalistic mailing list module.

Code

function mailing_list_perm() {
  return array(
    'administer mailing lists',
  );
}