constant SMS_USER_MAX_CHARS in SMS Framework 7
Same name and namespace in other branches
- 6.2 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 form.
- sms_user_send_sms_action_form in modules/
sms_user/ sms_user.actions.inc - Input form for the 'Send SMS to Users' action.
- sms_user_send_sms_action_validate in modules/
sms_user/ sms_user.actions.inc - Form validation handler for the 'Send SMS to Users' action.
File
- modules/
sms_user/ sms_user.module, line 12 - Provides integration between the SMS Framework and Drupal users.
Code
define('SMS_USER_MAX_CHARS', 140);