content_id is defined as int in the tables, but it used content_id='%s' in some queries.
That may give problems with PostgreSQL, I think.
content_id is defined as int in the tables, but it used content_id='%s' in some queries.
That may give problems with PostgreSQL, I think.
Comments
Comment #1
eaton commentedFixed in the latest CVS version. I'll probably not be branching it for 4.v until the Voting Actions integration is complete. Thanks!
Comment #2
(not verified) commented