Parse error: parse error in /home/site/modules/Mass_PM/index.php on line 93
here is the code from lines 90 thru 95
$sql = "SELECT DISTINCT g.group_name
FROM ".GROUPS_TABLE . " g, ".USER_GROUP_TABLE . " ug
WHERE g.group_single_user <> 1 AND g.group_id='".$group_id."'
--Line93-- AND "(
('".$userdata ['user_level']."'='".ADMIN."') OR
(g.group_allow_pm='".AUTH_MOD."' AND g.group_moderator = '" . $userdata['user_id']."') OR
What could be wrong...
if needed i can post more of the code....

