Actions
Bug #19815
closedReplace deprecated function calls in sysext indexed_search
Start date:
2009-01-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Sysext indexed_search uses function calls to deprecated t3lib_div::fixed_lgd(). (deprecated since TYPO3 v4.1)
Patch replaces them with t3lib_div::fixed_lgd_cs().
(issue imported from #M10125)
Files
Updated by Marcus Krause almost 16 years ago
Patch attached. (made against trunk)
Updated by Marcus Krause almost 16 years ago
modified patch added. (made against trunk)
Actions