Bug #22153 » irre-memory-1.diff
t3lib/class.t3lib_tceforms_inline.php (copie de travail) | ||
---|---|---|
// Create option tags:
|
||
$opt = array();
|
||
$styleAttrValue = '';
|
||
foreach($selItems as $p) {
|
||
foreach($selItems as &$p) {
|
||
if ($config['iconsInOptionTags']) {
|
||
$styleAttrValue = $this->fObj->optionTagStyle($p[2]);
|
||
}
|