Actions
Bug #21848
closedMistyping prevents the CSV-export of the _PATH_field in List-View
Start date:
2009-12-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to do a CSV-export in List-View the field PATH is not exported due to a mistyping in file class.db_list_extra.inc. In line 1714 it should read
case '_PATH_':
instead of
case '_PATH':
(issue imported from #M13021)
Files
Actions