in db_queries please change AND type="photos" to AND type=\'photos\'
AND type="photos"
AND type=\'photos\'
to make it pgsql 7.4 compatible
thnx :)
Yet another old pgsql issue:
pgsql 7.4 correct syntax is LIMIT x OFFSET y
photos.module:1149
Sorry, I did not test in pgsql environment. I will check the code to make it better compatibility. Thank you.
New maintainer, cleaning up old issues in issue queue.
Comments
Comment #1
sorgo commentedYet another old pgsql issue:
pgsql 7.4 correct syntax is LIMIT x OFFSET y
photos.module:1149
Comment #2
eastcn commentedSorry, I did not test in pgsql environment.
I will check the code to make it better compatibility.
Thank you.
Comment #3
nathaniel commentedNew maintainer, cleaning up old issues in issue queue.