Browse Recipes
Sort by
Could not find any recipes that match that description.
----------------------------------------
Mysql 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 '-9, 9' at line 1
Query:
SELECT r.*, u.name AS username, m.id AS mid, m.filename AS mfile FROM recipes AS r LEFT JOIN users AS u ON r.user = u.id LEFT JOIN media AS m ON r.thumb = m.id WHERE r.time > '1265740178' ORDER BY r.id DESC LIMIT -9, 9
----------------------------------------