Project

General

Profile

Bug #20110 » bug_10573_trunk.diff

Administrator Admin, 2009-03-01 21:30

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 = preg_split('/[,|' . chr(10) . ']/', $value);
// Split references by comma or linebreak
$items = preg_split('/[,' . chr(10) . ']/', $value);
$lines = array();
foreach($items as $val) {
(1-1/6)