[TYPO3-core] RFC: Flexform ranges

Franz Holzinger franz at fholzinger.com
Mon Mar 6 18:48:54 CET 2006


Hello Bernhard,

>
>To prevent this from not working upper/lower bounds I added intval() calls to all four uses of $value and upper/lower.
>
>  
>

>$value=$tcaFieldConf['range']['lower'];
>
Maybe it would be better to do a change of the string into integer

$value=intval($tcaFieldConf['range']['lower']);

also here.


+1

Franz








More information about the TYPO3-team-core mailing list