Quote:
Originally Posted by MarkRH
Yeah, I was looking at the logic of that and didn't think it would work how you wanted, change it to:
PHP Code:
if (($kernel->session->vars['session_group_id'] != 1 ) && ($kernel->session->vars['session_group_id'] != 23))
|
That worked Mark! Thanks
But I havent the slightest clue why AND works and OR doesnt.