Index: openacs-4/packages/acs-tcl/tcl/security-init-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/security-init-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-tcl/tcl/security-init-postgresql.xql 18 Apr 2001 02:00:59 -0000 1.1 +++ openacs-4/packages/acs-tcl/tcl/security-init-postgresql.xql 24 Apr 2001 06:02:27 -0000 1.2 @@ -1,11 +1,15 @@ + -postgresql7.1 + postgresql7.1 - - -select case when count(*)=0 then 0 else 1 end from secret_tokens - + + + + select case when count(*) = 0 then 0 else 1 end from secret_tokens + + +