Bug #22389
closedtypo in class.t3lib_tcemain.php
0%
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
Updated by Chris topher over 14 years ago
Hi Vladimir,
want to make a patch and send it to the core list?
Check out http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Christian Kuhn over 14 years ago
I second Christopher's note.
Even if this looks simple, we will have to check side-effects, tcemain in the core class and it's a bit fragile ... If you send this patch to the core list it would be great to show us in which environment something fails and what exactly is better afterwards. This will make reviews a lot easier.
Updated by Vladimir Podkovanov over 14 years ago
Hi, sorry for delay,
yes, I will send.
Updated by Steffen Kamper over 14 years ago
committed to svn
4_3 rev 7933
trunk rev 7934