Project

General

Profile

Feature #14612 ยป 0000890-fe_adminLib.inc.patch

Administrator Admin, 2005-03-16 06:58

View differences:

fe_adminLib.inc Wed Mar 16 05:47:14 2005
} else {
$newFieldList = implode(',',array_intersect(t3lib_div::trimExplode(',',$this->fieldList),t3lib_div::trimExplode(',',implode($fieldArr,','),1)));
$this->cObj->DBgetUpdate($this->theTable, $theUid, $fD, $newFieldList, TRUE);
$this->currentArr = $GLOBALS['TSFE']->sys_page->getRawRecord($this->theTable,$theUid);
$this->userProcess_alt($this->conf['setfixed.']['userFunc_afterSave'],$this->conf['setfixed.']['userFunc_afterSave.'],array('rec'=>$this->currentArr, 'origRec'=>$origArr));
}
// Outputting template
    (1-1/1)