Project

General

Profile

Bug #19607 ยป 9787.diff

Administrator Admin, 2008-11-13 11:56

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_db.php (working copy)
$this->cacheTable,
$this->getListQueryForTag($tag)
);
if (0 == count($cacheEntryRows)) { return array(); }
foreach ($cacheEntryRows as $cacheEntryRow) {
$cacheEntries[$cacheEntryRow['identifier']] = $cacheEntryRow['identifier'];
    (1-1/1)