Fix the North American to International outbound route regex.
This commit is contained in:
parent
f4fd32687f
commit
7dbca26bfe
|
|
@ -278,7 +278,7 @@ else {
|
|||
$label = $text['label-north-america'];
|
||||
$abbrv = "10-11d";
|
||||
break;
|
||||
case "^(011(\d{9,17})$":
|
||||
case "^(011\d{9,17})$":
|
||||
$label = $text['label-north-america-intl'];
|
||||
$abbrv = "011.9-17d";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue