Project

General

Profile

Bug #23422 » 15525_trunk.diff

Administrator Admin, 2010-08-22 20:07

View differences:

t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
$this->tagsTable
);
}
$GLOBALS['TYPO3_DB']->sql_free_result($cacheEntryIdentifierRowsRessource);
$GLOBALS['TYPO3_DB']->sql_free_result($tagsEntryIdentifierRowsRessource);
// Delete tag rows connected to expired cache entries
if (count($tagsEntryIdentifiers)) {
(1-1/2)