Actions
Bug #24607
closedRemoved variable $onChangeIcon in t3lib_TCEforms still in use
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Definition of $onChangeIcon was added in r4895 (#19750), but was removed at some time until now. However it's still in use a few lines below
htmlspecialchars($onChangeIcon . $sOnChange)
Figure out, if it has to be reintroduced or can be removed.
(issue imported from #M17076)
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.4
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
I can only find a line with assignment
$onChangeIcon = '';
but the var is never used.
So we can remove this last occurrence and close this issue then?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Actions