Project

General

Profile

Feature #19898 » 10245-4.3-trunk 5581.patch

Administrator Admin, 2009-06-12 10:14

View differences:

class.t3lib_tceforms.php (working copy)
$TSconfig = $this->setTSconfig($table, $row);
$TSconfig[$field] = $TSconfig[$field]['wizards.'][$wid.'.'];
$selItems = $this->addSelectOptionsToItemArray($this->initItemArray($fieldValue), $fieldValue, $TSconfig, $field);
if ($wConf['itemsProcFunc']) $selItems = $this->procItems($selItems,$PA['fieldTSConfig']['itemsProcFunc.'],$wConf,$table,$row,$field);
$opt = array();
$opt[] = '<option>'.$iTitle.'</option>';
foreach($selItems as $p) {
(3-3/4)