Bug #20969 » 15417_01_4.3.diff
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;
|