Bug #17687 ยป 0006531.diff
. (working copy) | ||
---|---|---|
function getUpdateJS($dataArray, $formName, $arrPrefix, $fieldList) {
|
||
$JSPart='';
|
||
$updateValues=t3lib_div::trimExplode(',',$fieldList);
|
||
reset($updateValues);
|
||
while(list(,$fKey)=each($updateValues)) {
|
||
$value = $dataArray[$fKey];
|
||
if (is_array($value)) {
|