Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 5906) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -2197,7 +2197,7 @@ break; case 'check': if (!is_array($theColConf['items']) || count($theColConf['items'])==1) { - $l = $value ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes') : ''; + $l = $value ? $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes') : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no'); } else { reset($theColConf['items']); $lA = Array(); @@ -2208,7 +2208,7 @@ } break; case 'input': - if ($value) { + if (isset($value)) { if (t3lib_div::inList($theColConf['eval'], 'date')) { $l = t3lib_BEfunc::date($value) . ' (' .