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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | merci-1065594-1.patch | 1.09 KB | _toch |
Comments
Comment #1
_toch commentedAnd the patch
Comment #2
kreynen commentedcommitted