You are here

function pl_formatter_local in Phone Number 6

Same name and namespace in other branches
  1. 7 includes/phone.pl.inc \pl_formatter_local()

Local formatter for local phone number.

File

includes/phone.pl.inc, line 67
CCK Field for Polish phone numbers.

Code

function pl_formatter_local($element) {
  return _pl_formatter($element);
}