Index: openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 16 Apr 2001 04:46:21 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 17 Apr 2001 22:59:51 -0000 1.3 @@ -7,7 +7,7 @@ 7.1 - + insert into secret_tokens(token_id, token, timestamp) values (sec_security_token_id_seq.nextval, :random_token, now())