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 '' at line 5
Query: SELECT *, DATE_FORMAT( a.publish_date, '%d.%m.%Y %H:%i' ) AS news_date, CONCAT( u.firstname, ' ', u.lastname ) AS author_name FROM saipa_articles a LEFT OUTER JOIN saipa_users u ON u.id = a.author WHERE a.id =
File: /var/www/sites/www.saipa.fi/www/mobile/schedule.php
Line: 29