SQL 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 ') ORDER BY a.ordering, a.date, a.name LIMIT 40' at line 3 at /var/www/html/erudit.club/frontend/contollers/events.class.php line 73
Array
(
    [code] => 1064
    [message] => 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 a.ordering,  a.date, a.name 
			LIMIT 40' at line 3
    [query] => SELECT a.id, a.url, a.descr, a.name, UNIX_TIMESTAMP(a.date) as date
			FROM content_events_items a
			WHERE a.state=1 AND a.id IN ()
			ORDER BY a.ordering,  a.date, a.name 
			LIMIT 40
    [context] => /var/www/html/erudit.club/frontend/contollers/events.class.php line 73
)