Project

General

Profile

Bug #18348 ยป 7724.patch

Administrator Admin, 2008-03-02 17:38

View differences:

C:/workspace/TYPO3_4-1/t3lib/class.t3lib_tcemain.php (working copy)
// If a change has been done, set the new value(s)
if ($set) {
if ($conf['MM']) {
// FIXME $theUidToUpdate is undefined
$dbAnalysis->writeMM($conf['MM'], $theUidToUpdate, $prependName);
$dbAnalysis->writeMM($conf['MM'], $MM_localUid, $prependName);
} else {
$vArray = $dbAnalysis->getValueArray($prependName);
if ($conf['type']=='select') {
    (1-1/1)