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 ')
ORDER BY g.`title`, w.`ordering`, w.`wkdesc`' at line 5 SQL=SELECT w.`id`, w.`wkdesc`, w.`wkabout`, w.`logo`, w.`shortdesc`, g.`title` AS group_title, g.`description` AS group_description, w.`contract`
FROM `#__support_workgroup` AS w
LEFT JOIN `#__support_department_group` AS g ON g.`id`=w.`id_group`
WHERE w.`show`='1'
AND w.id IN ()
ORDER BY g.`title`, w.`ordering`, w.`wkdesc`
Go Back Home