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, 15
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, 15' a
Errno.: 1064
Similar error report has beed dispatched to administrator before.