You are here

function _webform_table_product in Ubercart Webform Integration 7.3

Same name and namespace in other branches
  1. 6 components/product.inc \_webform_table_product()
  2. 7.2 components/product.inc \_webform_table_product()

Implements _webform_table_component().

File

components/product.inc, line 323
Webform module product component.

Code

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