$result1 = $vbulletin->db->query_first("SELECT (username) FROM oftw_nominations ORDER BY (votes) DESC LIMIT 1"); $username = $result1['username'];