You are here

function sms_sendtophone_perm in SMS Framework 6.2

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

Implementation of hook_perm()

File

modules/sms_sendtophone/sms_sendtophone.module, line 41

Code

function sms_sendtophone_perm() {
  return array(
    'send to any number',
  );
}