You are here

constant CCK_PHONE_EXTENSION_MAX_LENGTH in Phone Number 6

Same name and namespace in other branches
  1. 7 cck_phone.module \CCK_PHONE_EXTENSION_MAX_LENGTH
4 uses of CCK_PHONE_EXTENSION_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_validate in ./cck_phone.module

File

./cck_phone.module, line 11
Defines phone number fields for CCK. Provide some verifications on the phone numbers

Code

define('CCK_PHONE_EXTENSION_MAX_LENGTH', 6);