[TYPO3-core] FYI24: #14016: typo in class.t3lib_tcemain.php

Steffen Kamper info at sk-typo3.de
Tue Jun 15 01:19:08 CEST 2010


Hi,

this is a SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=14016

Branches: Trunk, 4_3

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));

Relation: IRRE

Thanks to Vladimir Podkovanov for reporting. I will commit this in 
24hours if noone complains.

vg Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 14016.diff
Type: text/x-diff
Size: 538 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100615/2f56185e/attachment.diff>


More information about the TYPO3-team-core mailing list