Closed (fixed)
Project:
Automated Logout
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 May 2006 at 11:56 UTC
Updated:
9 Jun 2006 at 12:30 UTC
autologout.install - PostgreSQL section - create table need to end with right parenthesis
case 'pgsql':
$query1 = db_query("CREATE TABLE {autologout} (".
"uid INT NOT NULL,".
"setting SMALLINT NOT NULL default 0,".
"PRIMARY KEY (uid))");
Comments
Comment #1
AjK commentedwhoops, missed this issue.
Fixed under http://drupal.org/node/65684
Thanks!
regards
--AjK
Comment #2
(not verified) commented