Index: openacs-4/packages/acs-subsite/tcl/approval-expiration-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/Attic/approval-expiration-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/acs-subsite/tcl/approval-expiration-procs-postgresql.xql 28 Aug 2003 09:41:39 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ - - - - postgresql7.1 - - - - - select u.user_id - from cc_users u, - acs_objects relo - where relo.object_id = u.rel_id - and age(u.last_visit) > interval '$days days' - and age(relo.last_modified) > interval '$days days' - and u.member_state = 'approved' - - - - - - -