Bug #9033
Remove use of deprecated ereg_replace
| Status: | Resolved | Start date: | 2010-07-26 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Michael Knabe | % Done: | 100% |
|
| Category: | Bug | Spent time: | - | |
| Target version: | 0.10.1 | |||
| Votes: | 0 |
Description
lib/class.tx_commerce_db_list_extra.inc uses the php function ereg_replace which is deprecated since PHP 5.3
Solution replace this with rtrim as in r5424 of the core
Associated revisions
- Fixed #9033: Removed use of deprecated ereg_replace
- Added changelog.svn entries for my yesterday changes
- Fixed #9033: Removed use of deprecated ereg_replace
- Added changelog.svn entries for my yesterday changes
History
Updated by Michael Knabe almost 3 years ago
- File 9033_v1.diff added
Updated by Michael Knabe almost 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r36098.