Actions
Bug #23605
closedDeprecate t3lib_div::rm_endcomma
Start date:
2010-09-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hey,
the function "rm_endcomma" in t3ilb_div is rarely used, and in my eyes not useful, as it does the same as a quick rtrim($str, ','), which a experienced PHP developer should know. Thus, let's deprecate this function and remove it with TYPO3 4.7
(issue imported from #M15801)
Files
Updated by Benni Mack about 14 years ago
committed the latest version to trunk (rev. 9058)
Actions