Task #40962

Superfluous brackets in sysexts "aboutmodules", "adodb", "belog" and "beuser" after namespaces move

Added by Arvid Jakobsson almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-09-16
Priority:Should have Due date:
Assigned To:Arvid Jakobsson % Done:

100%

Category:Code Cleanup Spent time: -
Target version:-
TYPO3 Version:6.0 Complexity:
PHP Version: Sprint Focus:

Description

The following syntax appears in various parts of these extensions:

-    if (((!$root && !$DBmount) && $elFromTable) && $GLOBALS['TCA'][$table]['ctrl']['sortby']) {
+    if (!$root && !$DBmount && $elFromTable && $GLOBALS['TCA'][$table]['ctrl']['sortby']) {

Related issues

related to Core - Bug #40113: Superfluous brackets in functions after namespaces move Closed 2012-08-24

Associated revisions

Revision 1e4ae82b
Added by Arvid Jakobsson almost 3 years ago

[TASK] Remove superfluous parenthesis in sysexts.

Removes superfluous parenthesis in sysexts "aboutmodules", "adodb",
"belog" and "beuser".

Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.

Change-Id: I26f72a6d5e18617a0838e64068817e4fd7c1c90e
Resolves: #40962
Related: #40095
Reviewed-on: http://review.typo3.org/14620
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert

History

#1 Updated by Gerrit Code Review almost 3 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 http://review.typo3.org/14620

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14627

#3 Updated by Arvid Jakobsson almost 3 years ago

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

Also available in: Atom PDF