Bug #23605
Deprecate t3lib_div::rm_endcomma
| Status: | Closed | Start date: | 2010-09-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Benjamin Mack | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
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)
History
Updated by Benjamin Mack over 2 years ago
committed the latest version to trunk (rev. 9058)
Updated by Susanne Moog about 2 years ago
- Target version deleted (
4.5.0)