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);
CommentFileSizeAuthor
#2 au_phone_fix-1772776-2.patch824 bytestripper54
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

psy’s picture

Possibly a similar issue with Australian 0450 xxx xxx numbers as well

See line 146 of same file.

tripper54’s picture

Status: Active » Needs review
FileSize
824 bytes

Patch attached. Thanks for spotting this psy, it no doubt would have bitten me a few months down the track.