login
user warning: 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 ')
ORDER BY node_data_field_date_animation_field_date_animation_v' at line 13
query:
SELECT node.nid AS nid,
node.title AS node_title,
node_data_field_date_animation.field_date_animation_value AS node_data_field_date_animation_field_date_animation_value,
node.type AS node_type,
node.vid AS node_vid,
node_data_field_date_animation.field_horaire_value AS node_data_field_date_animation_field_horaire_value,
node_data_field_date_animation.field_lieu_animation_nid AS node_data_field_date_animation_field_lieu_animation_nid,
node_data_field_animation_heure_debut.field_animation_heure_debut_value AS node_data_field_animation_heure_debut_field_animation_heure_debut_value
FROM drupal_node node
LEFT JOIN drupal_content_field_groupe_animation node_data_field_groupe_animation ON node.vid = node_data_field_groupe_animation.vid
LEFT JOIN drupal_content_type_animation node_data_field_date_animation ON node.vid = node_data_field_date_animation.vid
LEFT JOIN drupal_content_type_animation node_data_field_animation_heure_debut ON node.vid = node_data_field_animation_heure_debut.vid
WHERE (node.status <> 0) AND (node.type in ('animation')) AND (node_data_field_groupe_animation.field_groupe_animation_nid = )
ORDER BY node_data_field_date_animation_field_date_animation_value ASC, node_data_field_animation_heure_debut_field_animation_heure_debut_value ASC
in /homez.50/fetesdel/www/modules/fetes_liste_animation/fetes_liste_animation.module on line 50.
