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

AjK’s picture

Assigned: Unassigned » AjK
Status: Closed (works as designed) » Fixed

whoops, missed this issue.

Fixed under http://drupal.org/node/65684

Thanks!

regards
--AjK

Anonymous’s picture

Status: Fixed » Closed (fixed)