Project

General

Profile

Feature #16787 ยป softExclude-patch.diff

Administrator Admin, 2006-12-14 16:08

View differences:

/Users/kasper/Sites/typo3/TYPO3core/typo3/sysext/cms/tslib/class.tslib_fe.php (working copy)
list($tN,$fN) = explode(':',$TF);
$this->TCAcachedExtras[$tN]['l10n_mode'][$fN] = 'mergeIfNotBlank';
}
// Setting softExclude:
$table_fields = t3lib_div::trimExplode(',', $this->config['config']['sys_language_softExclude'],1);
foreach($table_fields as $TF) {
list($tN,$fN) = explode(':',$TF);
$this->TCAcachedExtras[$tN]['l10n_mode'][$fN] = 'exclude';
}
}
/**
    (1-1/1)