Project

General

Profile

Actions

Bug #15272

closed

unused code in t3lib_tce_forms

Added by Ingo Schmitt almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-12-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.9-dev
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Line 2115 to 2122 is unused, since $tRows is completle newly steted

$tRows[]='<tr class="bgColor2">
<td nowrap="nowrap" valign="top">'.
'<input name="_DELETE_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" type="checkbox" value="1" /><img src="'.$this->backPath.'gfx/garbage.gif" border="0" alt="" />'.
'<input name="_MOVEUP_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" type="checkbox" value="1" /><img src="'.$this->backPath.'gfx/button_up.gif" border="0" alt="" />'.
'<input name="_MOVEDOWN_FLEX_FORM'.$PA['itemFormElName'].$formPrefix.'" type="checkbox" value="1" /><img src="'.$this->backPath.'gfx/button_down.gif" border="0" alt="" />'.
$rowCells['title'].'</td>
<td>'.$rowCells['formEl'].'</td>
</tr>';

$tRows = $this->getSingleField_typeFlex_draw(
$value['el'],
$editData[$key]['el'],
$cmdData[$key]['el'],
$table,
$field,
$row,
$PA,
$formPrefix.'['.$key.'][el]',
$level+1,
$tRows
);

(issue imported from #M2022)

Actions #1

Updated by Sebastian Kurfuerst almost 19 years ago

Nope, it is not unused. The last parameter of getSingleField_typeFlex_draw is $tRows.
If you agree I will close the bug :-)
Greets, Sebastian

Actions #2

Updated by Ingo Schmitt almost 19 years ago

Agreed :-)

Actions #3

Updated by Sebastian Kurfuerst almost 19 years ago

resolving the issue. no change required.

Actions

Also available in: Atom PDF