The function function bookreview_update_index() uses the "JOIN" command which I found to not be compatible on my version of MySQL. I changed it to "INNER JOIN" and it worked fine.
Is this something that should be coded into the distribution?
The function function bookreview_update_index() uses the "JOIN" command which I found to not be compatible on my version of MySQL. I changed it to "INNER JOIN" and it worked fine.
Is this something that should be coded into the distribution?
Comments
Comment #1
jeremy commentedReplace JOIN with INNER JOIN.
Comment #2
(not verified) commented