You are here

function _webform_table_mapping in Webform Bonus Pack 6.3

Same name and namespace in other branches
  1. 7.3 components/mapping.inc \_webform_table_mapping()

Implementation of _webform_csv_data_component().

File

components/mapping.inc, line 210
Webform module mapping component.

Code

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