Project

General

Profile

Bug #20110 » bug_10573_branches-4_1-4_2.diff

Administrator Admin, 2009-03-01 21:31

View differences:

typo3/view_help.php (working copy)
function make_seeAlso($value,$anchorTable='') {
global $TCA,$BE_USER,$TCA_DESCR;
// Split references by comma, vert.line or linebreak
$items = split(',|'.chr(10),$value);
// Split references by comma or linebreak
$items = split(','.chr(10),$value);
$lines = array();
foreach($items as $val) {
(2-2/6)