function sms_sendtophone_perm in SMS Framework 6
Same name and namespace in other branches
- 5 modules/sms_sendtophone/sms_sendtophone.module \sms_sendtophone_perm()
- 6.2 modules/sms_sendtophone/sms_sendtophone.module \sms_sendtophone_perm()
Implementation of hook_perm()
File
- modules/
sms_sendtophone/ sms_sendtophone.module, line 43
Code
function sms_sendtophone_perm() {
return array(
'send to any number',
);
}