You are here

function _webform_table_civicrm_contact in Webform CiviCRM Integration 7.3

Same name and namespace in other branches
  1. 7.5 includes/contact_component.inc \_webform_table_civicrm_contact()
  2. 7.4 includes/contact_component.inc \_webform_table_civicrm_contact()

Implements _webform_table_component().

File

./contact_component.inc, line 463

Code

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