Actions
Bug #43119
closedcache_imagesizes schema defined twice
Start date:
2012-11-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
EXT:cms/ext_tables.sql and t3lib/stddb/tables.sql define
an identical table schema of table cache_imagesizes.
Since cache_imagesizes is used in core classes, the
duplication in EXT:cms is removed with the patch.
Actions