SQL: SELECT a.tid, a.attachment, p.subject FROM cdb_attachments a LEFT JOIN cdb_posts p USING(pid) WHERE p.fid IN() and a.filetype='image/pjpeg' ORDER BY aid DESC LIMIT 0,
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 ') and a.filetype='image/pjpeg' ORDER BY aid DESC LIMIT 0,' at l
Errno.: 1064
An error report has been dispatched to our administrator.