Erreur
La requete SQL ŕ retourné 'SELECT SQL_CACHE a.*, s.url sectionUrl, s.nom sectionNom, r.url rubriqueUrl, r.nom rubriqueNom
FROM articles a
INNER JOIN sections s ON a.section = s.idsection AND s.url=''
INNER JOIN rubriques r ON a.rubrique = r.idrubrique
WHERE a.id != AND date <= NOW()
ORDER BY date DESC, id DESC LIMIT 20
1064 : 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 'AND date <= NOW()
ORDER BY date DESC, id DESC LIMIT 20' at line 5'
(file:sql.class.php,line:91)