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 3
SELECT distinct category.name as c_name,category.seo_keyword as seo_key FROM category
INNER JOIN catalog ON catalog.category_id=category.id
WHERE catalog.id=
- line 686 of lib/dmllib.php: call to debugging()
- line 966 of lib/dmllib.php: call to get_recordset_sql()
- line 19 of hp: call to get_records_sql()