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 'submit_php, 5' at line 13
SELECT stories.id , stories.title , stories.slug , categories.image_url , stories.time , stories.hometext , stories.bodytext , stories.notes , stories.link , stories.allow_comments , stories.comments , GROUP_CONCAT(tags.name SEPARATOR ", ") as tags FROM stories INNER JOIN categories ON stories.category = categories.id LEFT JOIN tags_stories ON stories.id = tags_stories.story_id LEFT JOIN tags ON tags_stories.tag_id = tags.id GROUP BY stories.id DESC LIMIT submit_php, 5