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

johnennew’s picture

Status: Active » Closed (won't fix)

Closing old issue. This is not an issue in the latest supporte 6.x-4.x branch.