function sms_blast_perm in SMS Framework 6
Same name and namespace in other branches
- 5 modules/sms_blast/sms_blast.module \sms_blast_perm()
- 6.2 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',
);
}