Project

General

Profile

Bug #20969 » 15417_01.diff

Administrator Admin, 2010-08-10 21:52

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php (working copy)
'*',
$this->cacheTable,
'identifier = ' . $GLOBALS['TYPO3_DB']->fullQuoteStr($entryIdentifier, $this->cacheTable) .
' AND crdate + lifetime >= ' . $GLOBALS['EXEC_TIME']
' AND (crdate + lifetime >= ' . $GLOBALS['EXEC_TIME'] . ' OR lifetime = 0)'
);
if ($cacheEntries >= 1) {
$hasEntry = TRUE;
(1-1/4)