Project

General

Profile

Bug #21602 ยป 12652.diff

Administrator Admin, 2009-11-18 13:06

View differences:

t3lib/class.t3lib_befunc.php (working copy)
case 'input':
if (isset($value)) {
if (t3lib_div::inList($theColConf['eval'], 'date')) {
$l = t3lib_BEfunc::date($value) .
$l = $value == 0 ? '' : t3lib_BEfunc::date($value) .
' (' .
($GLOBALS['EXEC_TIME'] - $value > 0 ? '-' : '') .
t3lib_BEfunc::calcAge(abs($GLOBALS['EXEC_TIME'] - $value), $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.minutesHoursDaysYears')) .
    (1-1/1)