A Database Error Occurred
Error Number: 1064
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 '-5,5' at line 11
SELECT c.`id` as content_id, p.`title` as title, p.`id` as id, p.`status` as status, p.`question` as question, p.`teaser` as teaser FROM `contents` as c INNER JOIN `polls` as p ON c.`item_id`=p.id AND c.`item_type`=7 WHERE c.`active`=1 AND (status = 1) ORDER BY c.`creation_date` DESC LIMIT -5,5