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 'Worms' at line 1
QUERY: SELECT DISTINCT portalgames.*, campaigns.overlay_text as overlay_text FROM portalgames, campaigns, campaigns_games, portalcategories_portalgames WHERE campaigns.portal_id='1' AND campaigns.start_at<='2010-09-03 00:00:00' AND (campaigns.end_at>='2010-09-03 00:00:00' OR campaigns.end_at IS NULL) AND campaigns.id=campaigns_games.campaign_id AND campaigns_games.portalgame_id=portalgames.id AND portalgames.status='1' AND portalgames.date_publish<='2010-09-03 23:59:59' AND (portalgames.date_expire>='2010-09-03 23:59:59' OR portalgames.date_expire IS NULL) AND portalcategories_portalgames.portalgame_id=portalgames.id AND portalcategories_portalgames.portalcategory_id IN (179,180,181,182,183,184,185,186,187,188,189,190,191,192,178) ORDER BY campaigns_games.position ASC LIMIT Worms