I keep getting this error...
Parse error: syntax error, unexpected T_STRING in /home/modernra/public_html/ifearmodz.com/Forum/admincp/adminpermissions.php on line 36
But when I change it i get errors on other lines I want to stop before I mess everything up and ask for help.
Here is what I have
if (!in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s', $vbulletin->$config['SpecialUser']['superadministrators'] = '7'
print_stop_message ('sorry_you_are_not_allowed_to_edit_admin_permissions');
}