Bug #22953 » 14810_02.diff
typo3/sysext/impexp/app/index.php (Arbeitskopie) | ||
---|---|---|
$optValues['_ALL'] = '['.$LANG->getLL('ALL_tables').']';
|
||
}
|
||
foreach ($TCA as $table => $value) {
|
||
foreach ($TCA as $table => $table_value) {
|
||
if ($GLOBALS['BE_USER']->check('tables_select',$table) && !t3lib_div::inList($excludeList,$table)) {
|
||
$optValues[$table] = $table;
|
||
}
|
||
... | ... | |
$SOBE->main();
|
||
$SOBE->printContent();
|
||
?>
|
||
?>
|
- « Previous
- 1
- 2
- Next »