Project

General

Profile

Bug #23555 » 15735_45_v3.patch

Administrator Admin, 2010-12-09 20:42

View differences:

typo3/sysext/cms/tslib/content/class.tslib_content_form.php (Arbeitskopie)
}
if ($dataValue && strcspn($dataValue, '#/')) {
// label:
$confData['label'] = trim($parts[0]);
$confData['label'] = t3lib_div::removeXSS(trim($parts[0]));
// field:
$fParts = explode(',', $parts[1]);
$fParts[0] = trim($fParts[0]);
......
} else {
$confData['fieldname'] = str_replace(' ', '_', trim($typeParts[0]));
}
$confData['fieldname'] = htmlspecialchars($confData['fieldname']);
$fieldCode = '';
$wrapFieldName = isset($conf['wrapFieldName'])
(12-12/12)