Feature #14612 ยป 0000890-fe_adminLib.inc.patch
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
|