Closed (won't fix)
Project:
Automated Logout
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2011 at 11:01 UTC
Updated:
26 May 2013 at 21:21 UTC
autologout.module, line 298:
This non-standard:
db_query("INSERT INTO {autologout} SET uid = %d, setting = %d",
should be:
db_query("INSERT INTO {autologout} (uid, setting) VALUES (%d, %d)",
to work in Postgres.
Comments
Comment #1
johnennew commentedClosing old issue. This is not an issue in the latest supporte 6.x-4.x branch.