Quote:
Originally Posted by nhawk
Just to confuse you a little more  ...
A double ampersand "&&" is the same as AND in that code. So it could also appear as this..
PHP Code:
if ($vbulletin->userinfo['userid'] > 0 && ($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['custom_perm']))
|
Yea i know that "&&" and "AND" are the same thing :P