Bug #5608
Don't use deprecated functions
| Status: | Resolved | Start date: | 2009-12-02 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Hauke Hain | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.9.0 | |||
| Votes: | 0 |
Description
For example use t3lib_div::_GPmerged instead of t3lib_div::GParrayMerged() in tx_mmforum_menus->menuInit or t3lib_div::_GP instead of t3lib_div::GPvar() in tx_mmforum_pi5.
Associated revisions
Fixed #5608
Fixed #5608
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@27365 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Chris topher over 3 years ago
I always get this one:
03.12.2009 13:33: t3lib_div::GPvar() - since TYPO3 3.6 - Use t3lib_div::_GP instead (ALWAYS delivers a value with un-escaped values!) - require#76 // tslib_fe->INTincScript#448 // tslib_fe->INTincScript_process#3175 // tslib_cObj->USER#3236 // tslib_cObj->callUserFunction#789 // call_user_func_array#6626 // tx_mmforum_pi5->main# // tx_mmforum_pi5->list_userdata#88 // t3lib_div::GPvar#108 // t3lib_div::logDeprecatedFunction#359 (t3lib/class.t3lib_div.php#358)
Updated by Hauke Hain over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r27365.