Project

General

Profile

Actions

Bug #20916

closed

Cleanup of tceforms.php

Added by Steffen Kamper about 15 years ago. Updated over 14 years ago.

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

11771.diff (7.24 KB) 11771.diff Administrator Admin, 2009-08-23 13:17

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20977: Error in tceforms::previewFieldValueClosed2009-09-02

Actions
Actions #1

Updated by Steffen Kamper about 15 years ago

committed to trunk, rev 5877

Actions #2

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

Also available in: Atom PDF