Closed (fixed)
Project:
Phone Number
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2011 at 18:35 UTC
Updated:
1 Dec 2011 at 06:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
geerlingguy commentedAlso having this issue.
Comment #2
thinkyhead commentedThis causes US phone numbers to appear blank - in my case it shows up on the user page blank, but the extension is there. The problem is the way the field formatter function is being called from
theme_cck_phone_formatter_global_phone_number()andtheme_cck_phone_formatter_local_phone_number()in the cck_phone.module file.The quickest fix I found was to replace occurrences of:
...with...
Too lazy to roll a patch, and I'm not sure if this is the right approach. (Also, if you feel like fixing another minor typo, the first function should only return
$phoneand not$phone . $ext.)Comment #3
ckngPatch committed to dev.
Comment #4
geerlingguy commentedThanks! Was just noticing this error in the logs this morning.