Closed (fixed)
Project:
Album Photos
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 16:41 UTC
Updated:
4 Jan 2013 at 18:41 UTC
in db_queries please change
AND type="photos"
to
AND type=\'photos\'
to make it pgsql 7.4 compatible
thnx :)
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.