Actions
Bug #16578
closedTS value modification with := operator -- appendString does not work
Start date:
2006-09-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The modifier function appendString() for the TS value modification operator := does not work. I found out, that this is due to a typing error in class.t3lib_tsparser.php. There appendString is written with three p, i.e., apppendString.
class.t3lib_tsparser.php line 263 apppendString => appendString
(issue imported from #M4249)
Updated by Michael Stucki about 18 years ago
This is a duplicate, and the bug is already fixed.
Actions