[TYPO3-dev] missing operator for constants

Steffen Kamper info at sk-typo3.de
Tue Oct 28 10:08:39 CET 2008


Hi Ernesto,
Ernesto Baschny [cron IT] schrieb:

> That is an ugly syntax? :) Why not:
> 
> [globalVar = GP:type!=135]
> ....
> [end]
> 
> Currently supported operators are "=", ">" and "<". Just go ahead and
> add your own (patch to core, class.t3lib_matchcondition.php function
> evalConditionStr()).
> 

the syntax is little stranger :-)
globalVar = GP:type= >135
globalVar = GP:type= <135
globalVar = GP:type= 135

so needed would be
globalVar = GP:type= !=135

kinda new language, i made this error a lot, like
globalVar = GP:type > 135

vg Steffen





More information about the TYPO3-dev mailing list