Project

General

Profile

Bug #20110 » 10573_branch_4-2_final.patch

Administrator Admin, 2009-03-11 13:59

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) {
(6-6/6)