[TYPO3-test] RFC #14021: Tweak: Simplify the code to get nested GET Parameters with TS

Sebastian Gebhard sebastiangebhard at hoch2.de
Wed Apr 7 12:21:30 CEST 2010


This is an SVN patch request.

Type: Tweak

Bugtracker references: http://bugs.typo3.org/view.php?id=14021

Branches: trunk, 4.3

Problem:
The functionality to retrieve GET Parameters with statements like 
tt_news|uid can be simplified.
The code resolves the first level itself and passes the rest to 
tslib_cObj::getGlobal().
But getGlobal() can do all the work (also the first level).

Solution:
Use only getGlobal() to retrieve the GET Parameter

Kind regards,
Sebastian Gebhard
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 14021_v1.diff
URL: <http://lists.typo3.org/pipermail/typo3-test/attachments/20100407/2f1fc2ba/attachment.asc>


More information about the TYPO3-test mailing list