PDA

View Full Version : code question


Dribbles
06-18-2003, 04:36 PM
Would it be possible to change this code (used in global.php) to not target individual users but instead to target one particular usergroup? (user group #8). thanks :)

if(in_array($bbuserinfo['userid'], array(468,27,11)))

filburt1
06-18-2003, 04:37 PM
if ($bbuserinfo['usergroupid'] == usergroupid)

Dribbles
06-18-2003, 04:44 PM
thnx :)