Project

General

Profile

Bug #23429 ยป 15532.diff

Administrator Admin, 2010-08-23 14:15

View differences:

t3lib/class.t3lib_tstemplate.php (working copy)
if ($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {
$currentPageData = unserialize($row['content']);
}
$GLOBALS['TYPO3_DB']->sql_free_result($res);
}
return $currentPageData;
......
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tstemplate.php']);
}
?>
?>
    (1-1/1)