Bug #17427 » class.t3lib_extmgm.php.diff
t3lib/class.t3lib_extmgm.php (working copy) | ||
---|---|---|
$str = trim($str);
|
||
if ($str && is_array($TCA[$table]) && is_array($TCA[$table]['types'])) {
|
||
foreach($TCA[$table]['types'] as $k => $v) {
|
||
if (!$specificTypesList || t3lib_div::inList($specificTypesList,$k)) {
|
||
if ($specificTypesList === '' || t3lib_div::inList($specificTypesList,$k)) {
|
||
if ($insert) {
|
||
if (count($positionArr)) {
|
||
$append=true;
|