You are here

function phone_au_metadata in Phone 6

Same name and namespace in other branches
  1. 7 include/phone.au.inc \phone_au_metadata()

@file CCK Field for Australian phone numbers.

File

./phone.au.inc, line 8
CCK Field for Australian phone numbers.

Code

function phone_au_metadata() {
  return array(
    'label' => 'Phone Numbers - Australia',
    'error' => '"%value" is not a valid Australian phone number<br>Australian phone numbers should contain only numbers with an optional prefix of "+61"',
  );
}