my problem
Parse error: parse error, unexpected '}' in /home/xxx/public_html/forums/admin/functions.php on line 1819
here are the lines around there
PHP Code:
$DB_site->query("INSERT INTO attachment (attachmentid,userid,dateline,filename,filedata,visible) VALUES (NULL,$bbuserinfo[userid],".time().",'".addslashes($attachment_name)."','".addslashes($filestuff)."','$visible')");
$attachmentid=$DB_site->insert_id();
}
return $attachmentid;
}
// ###################### Start getmodpermissions #######################
function getmodpermissions($forumid,$userid=-1) {
// gets permissions, depending on given userid and forumid
global $DB_site,$bbuserinfo;
i cant even get in my admin control panel