Erreur SQL !
SELECT `org`.id, `org`.nom,`org`.latitude,`org`.longitude, `equipe_de_recherche`.`id` AS eq, `equipe_de_recherche`.`appui_recherche` AS ar, `entreprise`.`id` AS en, `association`.`id` AS ass
FROM organisme `org`
LEFT JOIN `equipe_de_recherche` ON `org`.`#equipe` = `equipe_de_recherche`.`id`
LEFT JOIN `entreprise` ON `org`.`#entreprise` = `entreprise`.`id`
LEFT JOIN `association` ON `org`.`#association` = `association`.`id`
WHERE obsolete =0 and diffusion_site_projet=1 and web=1 and `org`.id and `org`.id IN (select organisme.id from organisme, jonction_contexte_organisme where organisme.id=jonction_contexte_organisme.`#organisme` and jonction_contexte_organisme.`#contexte`= )
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 6