Erreur de la base de données WordPress : [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 20]
SELECT
`mc`.`category_id`,
`mc`.`name` AS 'category',
`mc`.`imported`,
`mc`.`deleted` AS 'cat_deleted',
`m`.`marker_id`,
`m`.`img_binary`,
`m`.`width`,
`m`.`height`,
`m`.`left_offset`,
`m`.`top_offset`,
`m`.`link`,
`m`.`primary_colour`,
`m`.`secondary_colour`,
`m`.`deleted`
FROM
`wp_0508hmapsprem_markers` `m`
INNER JOIN `wp_0508hmapsprem_marker_categories` `mc` ON(`mc`.`category_id` = `m`.`category_id`)
WHERE
`m`.`marker_id` IN();
