You are here

function _webform_table_wb_calc_hidden in Webform Calculation Components 7

Same name and namespace in other branches
  1. 7.2 components/wb_calc_hidden.inc \_webform_table_wb_calc_hidden()

Implements _webform_csv_data_component().

File

components/wb_calc_hidden.inc, line 307
Defines the webform helper callbacks for the calculation hidden component.

Code

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