
06-01-2004, 10:24 PM
|
 |
|
|
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by EvilLS1
Try this on a seperate line:
Code:
if (in_array($bbuserinfo['usergroupid'], array(x,x,x)))
{
print_no_permission();
}
|
The first one you had here will work if you have merk's change for the is_member_of installed.
|