hey guys! Got what I think is a simple bug to work out..
When viewing a member profile, I get:
Warning: in_array(): Wrong datatype for second argument in (address)/community/member.php on line 512
Line 512:
Code:
if (!in_array($userinfo['userid'], $buddylist))
This is code directly AFTER the awards hack. I've put the original up, works fine. Added the hacks in and it no longer works. Tested it a couple times to make sure I Wasn't messing up

.
Any thoughts?