Skip to content

Commit

Permalink
Update range of mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
atans committed Nov 2, 2013
1 parent f9b99ac commit 55974ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/I18n/Validator/PhoneNumber/MO.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'national' => array(
'general' => '/^[268]\\d{7}$/',
'fixed' => '/^(?:28[2-57-9]|8[2-57-9]\\d)\\d{5}$/',
'mobile' => '/^6[236]\\d{6}$/',
'mobile' => '/^6[2356]\\d{6}$/',
'emergency' => '/^999$/',
),
'possible' => array(
Expand Down

0 comments on commit 55974ac

Please sign in to comment.