You are here

function _webform_table_telephone in Webform Telephone 7

Implements _webform_table_component().

File

components/telephone.inc, line 214

Code

function _webform_table_telephone($component, $value) {
  return check_plain(empty($value[0]) ? '' : $value[0]);
}