Actions
Bug #14937
closedmultiple lines in TS variable get cropped to 1line
Start date:
2005-08-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In my TSSetup I got the following value:
myvar(
line1
line2
)
in the ext when I make
echo $conf['myvar'];
I just get "line1" as result
where is "line2" ?
(issue imported from #M1396)
Actions