$threads = $DB_site->query(" SELECT thread.*,thread.forumid as threadforumid,thread.title as threadtitle FROM thread LEFT JOIN forum ON (thread.forumid=forum.forumid) WHERE visible=1 AND open<>10 $iforumperms ORDER BY lastpost DESC $maxthreads ");