Actions
Task #40961
closedAPI Test
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2012-09-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
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']) {
Updated by Arvid Jakobsson about 12 years ago
Sorry, opened this issue while testing the Redmine API. Can't seem to remove it myself.
Updated by Jigal van Hemert about 12 years ago
- Status changed from New to Closed
- Assignee deleted (
Gabriel Kaufmann)
Actions