Index: openacs-4/packages/dotlrn/tcl/class-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/class-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/dotlrn/tcl/class-procs-postgresql.xql 16 May 2002 13:29:14 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - - - - postgresql7.1 - - - - select count(*) - from dual - where exists (select 1 - from dotlrn_terms - where dotlrn_terms.end_date > now()) - - - -