Project

General

Profile

Bug #22953 » index.php.diff

Administrator Admin, 2010-06-23 01:41

View differences:

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