// Count all log entries $tcount = $vbulletin->db->query_first(" SELECT COUNT(*) AS `tcount` FROM " . TABLE_PREFIX . "thread AS thread WHERE thread.forumid IN($vbulletin->options[fids]) "); $vbulletin->db->free_result($fcount);