You are here

function _webform_table_product in Ubercart Webform Integration 6

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

Implementation of _webform_table_component().

File

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

Code

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