Project

General

Profile

Bug #19085 ยป 8941.patch

Administrator Admin, 2008-07-10 21:54

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
if (is_array($TCA[$table]) && is_array($TCA[$table]['columns'][$field]) && is_array($TCA[$table]['columns'][$field]['config']['items'])) {
$values = t3lib_div::trimExplode(',',$inputValue);
$output = array();
foreach ($values as $value) {
// Traverse the items-array...
reset($TCA[$table]['columns'][$field]['config']['items']);
    (1-1/1)