Actions
Bug #20916
closedCleanup of tceforms.php
Start date:
2009-08-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
following cleanups were done:
- initialized uninitialized variables
- converted while(list(... to foreach
Function previewFieldValue use $field but missing in params, so i added it and also added in the calls of function
(issue imported from #M11771)
Files
Updated by Oliver Hader about 15 years ago
t3lib_TCEforms::previewFieldValue() was extended by a new method argument "$field" that was used inside the method but was not defined at all.
I reopened this issue that we don't forget to analyse what was wrong here and/or to create a separate RFC that fixes the behaviour (if necessary) in TYPO3_4-2 as well.
Actions