Project

General

Profile

Bug #22953 » 14810_02.diff

Administrator Admin, 2010-06-23 01:45

View differences:

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