Notice: Undefined index: #item in us_formatter_default() (line 83 of /path/to/sites/all/modules/contrib/cck_phone/includes/phone.us.inc).
Notice: Undefined variable: ext in us_formatter_default() (line 104 of /path/to/sites/all/modules/contrib/cck_phone/includes/phone.us.inc).

This happens when using rules module to output or email the cck_phone field [by using tokens in the rules action]

Comments

xcf33’s picture

Attached is a diff that fixes the afore mentioned issue.

The main issue here is that

$element['#item'] does not exist and should be the $element itself