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 e5b72715f0
commit 4f5d744612

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;