Actions
Bug #19346
closedCode in class.tx_tstemplateanalyzer.php don't match with the new CGL
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Code in file class.tx_tstemplateanalyzer.php don't match with the Coding Guidlines.
- Add spaces
- remove obsolete 'global $LANG' in modMenu() because not translation needed there
- changing boolean '0' to 'false'
- changing boolean '1' to 'true'
(issue imported from #M9372)
Files
Updated by Stefano Kowalke about 16 years ago
Version 2:
- replace double quotes with single quotes
- using $GLOBALS[] instead of global
Updated by Chris topher over 14 years ago
Hi Stefano,
did you post this one to core list?
Are you still interested in updating the patch or should we close this issue? Updating all core files by hand will be a big job; this should be done in an automated way.
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from Needs Feedback to Resolved
- Target version deleted (
0)
Closing this for the sake of a clean bugtracker - feel free to open it again once you're able to provide new input.
Actions