Actions
Bug #23566
closedAre you sure that if.isGreaterThan and if.isLessThan working fine?
Start date:
2010-09-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I wonder about the result of this:
page.10000 = TEXT
page.10000{
if{
value = 9
isGreaterThan = 10
}
value = 9 greater 10?
}
the result is, that 9 is greater than 10?
(issue imported from #M15856)
Actions