Database error:
Invalid SQL: SELECT DISTINCT article.articleID, article.hitCounter, text.URLname, article.author_id, article.subsiteID, article.dateCreated, article.dateModified, article.dateAvailable, article.dateRemoved, article.hide, article.cupetoday, article.sentToTranslation, article.restrict2members, article.spotlight, article.showPrint, article.addKeywordLinks, text.articleTextID, text.languageID, text.title, text.blurb, text.content, text.meta_keywords, text.meta_description, text.template, text.originalText, article.commentID, text.redirect, text.imageRedirect 
            FROM 
               be_articles article
               LEFT JOIN be_articleText text USING (articleID)
               
               LEFT JOIN be_article2section sectionArticle USING (articleID)
               LEFT JOIN be_sectionText sectionText USING (sectionID)
               LEFT JOIN be_sections section USING (sectionID)
             WHERE 		 article.hide='0' 
		 AND article.deleted='0' 
		 AND (1268347460 BETWEEN article.dateAvailable AND article.dateRemoved
               OR 1268347460 > article.dateAvailable AND article.dateRemoved=0) 
		 AND section.hide='0' 
		 AND (1268347460 BETWEEN section.dateAvailable AND section.dateRemoved
               OR 1268347460 > section.dateAvailable AND section.dateRemoved=0) 
 AND 		 article.restrict2members='0' 
		 AND section.restrict2members='0' 
 AND  article.subsiteID=''  AND  article.hide = '0' AND article.deleted='0' AND article.restrict2members='0' AND text.languageID = 'fr' AND article.subsiteID='0' AND article.articleID IN () 
		 ORDER BY article.dateCreated DESC 
		 LIMIT 15 

MySQL Error: 1064 (You have an error in your SQL syntax near ') ORDER BY article.dateCreated DESC LIMIT 15 ' at line 18)
Please contact the webmaster and report the exact error message.
Session halted.