$getthreads = $vbulletin->db->query_read(" SELECT * FROM thread WHERE forumid = '' LIMIT 5 ORDER BY threadid DESC ");
$getthreads = $vbulletin->db->query_read(" SELECT * FROM thread WHERE forumid = '' ORDER BY threadid DESC LIMIT 5 ");