- fixed mysql syntax errors
Loading
-
The syntax errors were caused by the
LIMIT 1
added in the other queries.
The change from queryAll to queryOne was neccessary as this was a third party commit that did not stick to the form of the other API functions to return a single entry and not an array with a single entry.
Please register or sign in to comment