PHP Code:
if ($vbulletin->userinfo['userid'] > 0 AND ($vbulletin->userinfo['permissions']['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['custom_perm']))
I understand all of it but the "&" symbol in the middle. Im not sure if it's supposed to be "&&" or if it's trying to use references. But there's no equal sign so it can't be a reference. Does anyone know what it's supposed to be?
Thanks