You are here

function sms_blast_perm in SMS Framework 6.2

Same name and namespace in other branches
  1. 5 modules/sms_blast/sms_blast.module \sms_blast_perm()
  2. 6 modules/sms_blast/sms_blast.module \sms_blast_perm()

Implementation of hook_perm().

File

modules/sms_blast/sms_blast.module, line 11
Allows bulk text messages to be sent to registered users.

Code

function sms_blast_perm() {
  return array(
    'send sms blasts',
  );
}