Quote:
Originally posted by Mist
oooopseeee..
Code:
if LL!issetL$parseurlR and L$threadinfo['forumid']!=22]RR {
$parseurlchecked="CHECKED";
}
Im blind to that extra bracket!
Yes great minds do think alike 
- miSt
|
Ok, I will put an L where you have left brackets and an R where you have right brackets. You have 4 left brackets and 3 right brackets. Do you see what I mean?
It should be like this:
Code:
if L!issetL$parseurlR and L$threadinfo['forumid']!=22]RR {
$parseurlchecked="CHECKED";
}