Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/5921' into develop
Browse files Browse the repository at this point in the history
Close #5921
  • Loading branch information
weierophinney committed Mar 7, 2014
2 parents d98b1c6 + 76ccf82 commit 972c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/I18n/Validator/PhoneNumber/NI.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'national' => array(
'general' => '/^[128]\\d{7}$/',
'fixed' => '/^2\\d{7}$/',
'mobile' => '/^[78]\\d{7}$/',
'mobile' => '/^[578]\\d{7}$/',
'tollfree' => '/^1800\\d{4}$/',
'emergency' => '/^118$/',
),
Expand Down

0 comments on commit 972c1e2

Please sign in to comment.