MySQL Error!
MySQL error in file: /engine/cache/system/plugins/18c6b33c93b0d5b1637d33ef4c8cfdb1.php at line 99
Error Number: 1064
The Error returned was:
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 'p.id IN (376) ORDER BY FIND_IN_SET(p.id, '376')' at line 1
SQL query:

SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM dle_post p INNER JOIN dle_tags t on (t.news_id=p.id) LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE t.tag_translit = 'xzibit' AND p.approve=1 ORDER BY date DESC LIMIT 0,33WHERE p.id IN (376) ORDER BY FIND_IN_SET(p.id, '376')