Mads Ovesen
|
Monday 14 November 2005 3:02:33 am
Is it possible to have more than one logical operator in the attribute filter array? For example:
attribute_filter,array('and', array('or',
array(197, '<' , currentdate()),
array(197, '=' , 0)),
array('or',
array(198, '>' , currentdate()),
array(198, '=' , 0)))
/m
|