Bug #16531
closedwizard_table.php - // FIXME what is $tLines? See wizard_forms.php for the same.
100%
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)
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20455
Updated by Alexander Opitz over 11 years ago
- Assignee set to Alexander Opitz
- Target version changed from 0 to 6.2.0
- TYPO3 Version changed from 4.0 to 6.2
- PHP Version deleted (
4)
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20455
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/20918
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/20920
Updated by Alexander Opitz over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4b47cdf94de796ebbd8d2012136ee58e7ab57750.
Updated by Gerrit Code Review over 11 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/20921
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/20922
Updated by Philipp Gampe over 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 156acf2784c8e73e7d6c00fb43483810538e5257.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed