Closed (fixed)
Project:
Phone Number
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2012 at 09:05 UTC
Updated:
2 Mar 2012 at 10:20 UTC
In phone.hu.inc at line 32
Replace
drupal_drupal_substr($number, -9);
By
drupal_substr($number, -9);
Comments
Comment #1
cweagansI do not see the problem that you're talking about: http://drupalcode.org/project/phone.git/blob/refs/heads/7.x-1.x:/include...
Comment #2
jibus commentedSh** sorry, wrong project, i was talking about the cck_phone project
Comment #3
jibus commentedComment #4
jibus commentedComment #5
ckngThanks. Fixed.