constant SMS_USER_MAX_CHARS in SMS Framework 6.2
Same name and namespace in other branches
- 7 modules/sms_user/sms_user.module \SMS_USER_MAX_CHARS
3 uses of SMS_USER_MAX_CHARS
- sms_user_admin_settings in modules/
sms_user/ sms_user.admin.inc - SMS admin settings.
- sms_user_send_sms_action_form in modules/
sms_user/ sms_user.actions.inc - Form for 'send sms' action.
- sms_user_send_sms_action_validate in modules/
sms_user/ sms_user.actions.inc
File
- modules/
sms_user/ sms_user.module, line 11 - Provides integration between the SMS Framework and Drupal users.
Code
define('SMS_USER_MAX_CHARS', 140);