Database Chokes
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 '' at line 4
Query:
SELECT c.*, s.content
					FROM categories c
					LEFT JOIN seo s ON (c.i = s.i_categories)
					WHERE c.i =