You are here

function phone_ch_metadata in Phone 7

Same name and namespace in other branches
  1. 6 phone.ch.inc \phone_ch_metadata()

File

include/phone.ch.inc, line 10
CCK Field for Switzerland phone numbers.

Code

function phone_ch_metadata() {

  // These strings are translated using t() on output.
  return array(
    'error' => '"%value" is not a valid Swiss phone number<br>Swiss phone numbers should only contain numbers and spaces and be like 099 999 99 99',
  );
}