Actions
Bug #16531
closedwizard_table.php - // FIXME what is $tLines? See wizard_forms.php for the same.
Start date:
2006-09-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
i found that line
// FIXME what is $tLines? See wizard_forms.php for the same.
at line 337 in typo3/wizard_table.php
i found it too in: typo3_src-4.0.2-rc1.tar.gz
// FIXME what is $tLines? See wizard_forms.php for the same.
if (($k+1)!=count($tLines)) {
// it should be:
if (($k+1)!=count($cfgArr)) {
than the last row have an "to top" button, instead of row_down
i didnt check wizard_forms.php
(issue imported from #M4164)
Actions