Project

General

Profile

Bug #17427 » class.t3lib_extmgm.php.diff

Administrator Admin, 2007-07-19 22:30

View differences:

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;
(1-1/2)