ThWboard Error
MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) AND (post.userid='6779')
LIMIT 100' at line 7
Query:
SELECT DISTINCT
thread.threadid AS hits
FROM
tb_thread AS thread,
tb_post AS post
WHERE
(post.threadid=thread.threadid) AND (thread.boardid IN ()) AND (post.userid='6779')
LIMIT 100