benbramz
11-23-2005, 04:02 PM
im using the session from VBulletin on another page, and want to check if the user is a member of more then one usergroup.
Intsead of going:
if(($vbulletin->userinfo['usergroupid']==1)||($vbulletin->userinfo['usergroupid']==2)||($vbulletin->userinfo['usergroupid']==3));
is there somthing that is a little less bulky?
thanks :squareeyed:
Intsead of going:
if(($vbulletin->userinfo['usergroupid']==1)||($vbulletin->userinfo['usergroupid']==2)||($vbulletin->userinfo['usergroupid']==3));
is there somthing that is a little less bulky?
thanks :squareeyed: