function _webform_csv_data_mapping in Webform Bonus Pack 6.3
Same name and namespace in other branches
- 7.3 components/mapping.inc \_webform_csv_data_mapping()
Implementation of _webform_csv_data_component().
File
- components/
mapping.inc, line 228 - Webform module mapping component.
Code
function _webform_csv_data_mapping($component, $export_options, $value) {
return empty($value[0]) ? '' : $value[0];
}