function _webform_table_product in Ubercart Webform Integration 6
Same name and namespace in other branches
- 7.3 components/product.inc \_webform_table_product()
- 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]);
}