Fix the North American to International outbound route regex.

This commit is contained in:
Mark Crane 2013-10-14 20:30:28 +00:00
parent f4fd32687f
commit 7dbca26bfe
1 changed files with 1 additions and 1 deletions

View File

@ -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;