You are here

function phone_za_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.za.inc \phone_za_metadata()

@file CCK Field for South African phone numbers.

File

include/phone.za.inc, line 8
CCK Field for South African phone numbers.

Code

function phone_za_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid South African phone number!<br>South African phone numbers should only contain numbers with an optional prefix of "+27".',
  );
}