Actions
Bug #22389
closedtypo in class.t3lib_tcemain.php
Start date:
2010-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is line in t3lib_tcemain::insertUpdateDB_preprocessBasedOnFieldType():
$result[$field] = count(t3lib_div::trimExplode(',', true));
it doesn't make sense, should be
$result[$field] = count(t3lib_div::trimExplode(',', $value, true));
(issue imported from #M14016)
Files
Actions