line 1153 and 1189, the SQL Query contains a table prefixing over merci_reservation table. But they are spaces between braces and the table name:

INNER JOIN { merci_reservation }  AS mr ON n.vid = mr.vid

Those spaces causes the generation of a bad syntax since there is a space in the generated table name.

CommentFileSizeAuthor
#1 merci-1065594-1.patch1.09 KB_toch

Comments

_toch’s picture

StatusFileSize
new1.09 KB

And the patch

kreynen’s picture

Status: Active » Closed (fixed)

committed