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 '-50,50' at line 8<br>
SELECT item.*
	FROM m2_files_item as item
	WHERE item.type = 'animations'
		AND item.approved = '1'
		AND item.time < NOW()
	
	ORDER BY item.id DESC
	LIMIT -50,50
	
