You are here

function mailsystem_perm in Mail System 6.2

Implements hook_perm().

Defines a permission for managing the mail_system variable.

File

./mailsystem.module, line 29
Provide UI for controlling the mail_system variable.

Code

function mailsystem_perm() {
  return array(
    'administer mailsystem',
  );
}