constant CCK_PHONE_PHONE_MAX_LENGTH in Phone Number 6
Same name and namespace in other branches
- 7 cck_phone.module \CCK_PHONE_PHONE_MAX_LENGTH
6 uses of CCK_PHONE_PHONE_MAX_LENGTH
- cck_phone_field_settings in ./
cck_phone.module - Implementation of hook_field_settings().
- cck_phone_process in ./
cck_phone.module - Process an individual element.
- cck_phone_validate_number in ./
cck_phone.module - Generic validation for Phone Number.
- cck_phone_widget_settings in ./
cck_phone.module - Implementation of hook_widget_settings().
- _cck_phone_validate in ./
cck_phone.module
File
- ./
cck_phone.module, line 10 - Defines phone number fields for CCK. Provide some verifications on the phone numbers
Code
define('CCK_PHONE_PHONE_MAX_LENGTH', 15);