+2010-06-29 Ernesto Baschny <ernst@cron-it.de>
+
+ * Fixed bug #14810: Follow-up to bug #13670: Export module does not keep pagetree configuration (exports only the page tree) (Thanks to Thomas Juhnke)
+
2010-06-29 Stanislas Rolland <typo3@sjbr.ca>
* Fixed bug #14905: htmlArea RTE: Image dialogue shows tab "Current picture" when there is no current image
$optValues['_ALL'] = '['.$LANG->getLL('ALL_tables').']';
}
- foreach ($TCA as $table => $value) {
+ foreach ($TCA as $table => $_) {
if ($GLOBALS['BE_USER']->check('tables_select',$table) && !t3lib_div::inList($excludeList,$table)) {
$optValues[$table] = $table;
}