Sensational idea for a hack, but i am getting the following DB error when i try and moderate a thread:
Code:
Invalid SQL:
SELECT postid, post.title, pagetext, post.threadid, thread.title AS threadtitle
FROM post AS post
INNER JOIN thread AS thread USING(threadid)
WHERE postid =
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
mysql error number: 1064
Any assistance would be most appreciated.