function phone_au_metadata in Phone 7
Same name and namespace in other branches
- 6 phone.au.inc \phone_au_metadata()
@file CCK Field for Australian phone numbers.
File
- include/
phone.au.inc, line 8 - CCK Field for Australian phone numbers.
Code
function phone_au_metadata() {
return array(
'error' => '"%value" is not a valid Australian phone number<br>Australian phone numbers should contain only numbers with an optional prefix of "+61"',
);
}