Project

General

Profile

Actions

Bug #16531

closed

wizard_table.php - // FIXME what is $tLines? See wizard_forms.php for the same.

Added by Martin Holtz over 17 years ago. Updated over 6 years ago.

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

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Alexander Opitz almost 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)
Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Gerrit Code Review almost 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

Actions #9

Updated by Philipp Gampe almost 11 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF