Active
Project:
Phone
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 17:20 UTC
Updated:
13 Mar 2013 at 17:20 UTC
Hi there,
I have just been told by a client that Italian number include the trailing 0, so it looks like +39 0...
So I guess
switch ($bits[1][0]) {
case 0:
$bits[1] = substr($bits[1], 1);
break;
}
could be remove from phone.int.inc?