Project

General

Profile

Feature #19167 ยป 0009075.patch

Administrator Admin, 2008-07-30 12:22

View differences:

typo3/sysext/cms/layout/class.tx_cms_layout.php (Arbeitskopie)
// Call stats information hook
$stat = '';
if (is_array($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['recStatInfoHooks'])) {
$_params = array('tt_content',$row['uid']);
$_params = array('tt_content', $row['uid'], &$row);
foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['recStatInfoHooks'] as $_funcRef) {
$stat.=t3lib_div::callUserFunction($_funcRef,$_params,$this);
}
    (1-1/1)