Bug #16455 » localization_list_view.patch
C:\apache\typo3\trunk-T3DD\typo3\class.db_list_extra.inc Fri Aug 11 17:06:58 2006 | ||
---|---|---|
if ($this->localizationView && $l10nEnabled) {
|
||
$this->fieldArray[] = '_LOCALIZATION_';
|
||
$this->fieldArray[] = '_LOCALIZATION_b';
|
||
$addWhere.=' AND '.$TCA[$table]['ctrl']['languageField'].'<=0';
|
||
$addWhere.=' AND (
|
||
'.$TCA[$table]['ctrl']['languageField'].'<=0
|
||
OR
|
||
'.$TCA[$table]['ctrl']['transOrigPointerField'].' = 0
|
||
)';
|
||
}
|
||
if (!t3lib_div::inList($rowlist,'_CONTROL_')) {
|
||
$this->fieldArray[] = '_CONTROL_';
|
- « Previous
- 1
- 2
- Next »