Project

General

Profile

Bug #18662 » 8191_44trunk.diff

Administrator Admin, 2010-02-21 13:32

View differences:

t3lib/class.t3lib_tcemain.php (working copy)
// update record in intermediate table (sorting & pointer uid to parent record)
$dbAnalysis->writeForeignField($tcaFieldConf, $id, 0, $skipSorting);
$newValue = ($keepTranslation ? 0 : $dbAnalysis->countItems(false));
// IRRE with MM relation:
} else if ($this->getInlineFieldType($tcaFieldConf) == 'mm') {
// in order to fully support all the MM stuff, directly call checkValue_group_select_processDBdata instead of repeating the needed code here
$valueArray = $this->checkValue_group_select_processDBdata($valueArray, $tcaFieldConf, $id, $status, 'select', $table, $field);
$newValue = ($keepTranslation ? 0 : current($valueArray));
// IRRE with comma separated values:
} else {
$valueArray = $dbAnalysis->getValueArray();
(4-4/6)