Project

General

Profile

Bug #20559 ยป 0011257.patch

Administrator Admin, 2009-06-03 13:25

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php (Arbeitskopie)
public function collectGarbage() {
$GLOBALS['TYPO3_DB']->exec_DELETEquery(
$this->cacheTable,
'crdate + lifetime < ' . time()
'crdate + lifetime < ' . time() . ' AND lifetime > 0'
);
}
    (1-1/1)