[Typo3-UG Denmark] Condition matching

Christian Jul Jensen christian at jul.net
Fri Sep 17 15:06:26 CEST 2004


"Claus Witt" <claus at 9ia.dk> writes:

> [UserIpRange = 192.168.*.*] && [Browser = msie]

[UserIpRange = 192.168.*.*]
[Browser = msie]

Burde svjh gøre det.

Lidt ligesom 

if(cond1) {
  if(cond2) {
    doLogic();
  }
}

istedet for

if(cond1 && cond2) {
  doLogic();
}

--
Julle



More information about the TYPO3-UG-denmark mailing list