You are here

function _webform_table_serial in Webform Serial 7

Implements _webform_table_component().

File

components/serial.inc, line 153
Webform module serial component.

Code

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