function _webform_csv_data_serial in Webform Serial 7
Implements _webform_csv_data_component().
File
- components/
serial.inc, line 171 - Webform module serial component.
Code
function _webform_csv_data_serial($component, $export_options, $value) {
return $value;
}