You are here

function uc_notify_perm in Ubercart 5

Implementation of hook_perm().

File

uc_notify/uc_notify.module, line 81
Handles configuration and execution of email notifications.

Code

function uc_notify_perm() {
  return array(
    'configure notifications',
  );
}