hello,
I want to combine 'and' and 'or' but with grouping:
if cond_1 and (cond_2 or cond_3)
should i do this in 2 steps:
use_backend foor if cond_1 cond_2
use_backend foor if cond_1 cond_3
or can i do this in one line?
thanx,
Sebastien Estienne
Received on 2010/10/22 12:50
This archive was generated by hypermail 2.2.0 : 2010/10/22 13:00 CEST