@{this.post_title}
@{this.presentation}
Personne Ă contacter
@{nom_responsable}
@{telephone}
Agenda
Array
(
[sql] => SELECT
DISTINCT
`t`.*, `d`.*
FROM `wpopn_posts` AS `t`
LEFT JOIN `wpopn_podsrel` AS `rel_activite` ON
`rel_activite`.`field_id` = 49
AND `rel_activite`.`item_id` = `t`.`ID`
LEFT JOIN `wpopn_posts` AS `activite` ON
`activite`.`ID` = `rel_activite`.`related_item_id`
LEFT JOIN `wpopn_pods_evenement` AS `d` ON `d`.`id` = `t`.`ID`
WHERE ( ( `activite`.`id`=@{`this`.`id`} && date_event >= CURDATE() ) AND ( `t`.`post_type` = "evenement" ) AND ( `t`.`post_status` IN ( "publish" ) ) )
ORDER BY `d`.`date_event` ASC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 500
[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 '{`this`.`id`} && date_event >= CURDATE() ) AND ( `t`.`post_type` = "evenement" )' at line 15
)