You are here

function _webform_table_countdown in Webform Countdown 7

Same name and namespace in other branches
  1. 7.2 webform_countdown.module \_webform_table_countdown()

Implements _webform_table_component().

File

./webform_countdown.module, line 254
Webform countdown code module.

Code

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