Needs review
Project:
Phone
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2012 at 02:08 UTC
Updated:
24 Sep 2012 at 23:01 UTC
Jump to comment: Most recent file
Australian mobile numbers starting 0435 do not validate.
The problem is on line 137 of includes/phone.au.inc where there is an extra space.
This should be
$rules[] = array("435", 9, 9);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | au_phone_fix-1772776-2.patch | 824 bytes | tripper54 |
Comments
Comment #1
psy commentedPossibly a similar issue with Australian 0450 xxx xxx numbers as well
See line 146 of same file.
Comment #2
tripper54 commentedPatch attached. Thanks for spotting this psy, it no doubt would have bitten me a few months down the track.