function carrier_load in SMS Framework 6.2
Same name and namespace in other branches
- 7 sms.module \carrier_load()
Load a single carrier
1 call to carrier_load()
- carrier_save in ./
sms.module - Save a carrier.
File
- ./
sms.module, line 454 - The core of the SMS Framework. Provides gateway managment and API for sending and receiving SMS messages.
Code
function carrier_load($domain) {
return sms_carriers($domain);
}