I keep getting a parse error on line 266 of admin/functions.php. I have read almost every thread in this post, and have not had any luck.
I am running vB version 2.2.8, and any help you guys could give me would be great.
Line 266 of functions.php is this:
Which shouldn't matter, but this is the part I am questioning:
Code:
if ($buddy['lastactivity'] > $datecut and (!$buddy['invisible'] or $bbuserinfo['usergroupid'] == 6) and $buddy['lastvisit'] != $buddy['lastactivity']) {
$onoff="on";
} else {
$onoff="off";
}
EDIT: Just installed the version made for 2.2.6, and this one did not work either. Got same error message.
Regards,
Nick B.