Project

General

Profile

Actions

Bug #22389

closed

typo in class.t3lib_tcemain.php

Added by Vladimir Podkovanov over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

14016.diff (539 Bytes) 14016.diff Administrator Admin, 2010-06-15 01:14
Actions

Also available in: Atom PDF