Project

General

Profile

Bug #16741 » 4564_typolink_typeparam.diff

Administrator Admin, 2007-08-02 17:29

View differences:

class.tslib_content.php (working copy)
$sectionMark = (t3lib_div::testInt($sectionMark)?'#c':'#').$sectionMark;
}
// Splitting the parameter by ',' and if the array counts more than 1 element it's a id/type/? pair
unset($theTypeP);
$theTypeP =$conf['type'];
$pairParts = t3lib_div::trimExplode(',',$link_param);
if (count($pairParts)>1) {
$link_param = $pairParts[0];
......
if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_content.php']) {
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_content.php']);
}
?>
?>
(2-2/2)