Index: openacs-4/packages/acs-lang/www/admin/message-list-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/Attic/message-list-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-lang/www/admin/message-list-postgresql.xql 14 Aug 2003 16:06:20 -0000 1.1 +++ openacs-4/packages/acs-lang/www/admin/message-list-postgresql.xql 11 Dec 2003 21:39:53 -0000 1.2 @@ -17,6 +17,8 @@ and lm1.package_key = :package_key and lm1.message_key = lmk.message_key and lm1.package_key = lmk.package_key + and (lm2.deleted_p = 'f' or lm2.deleted_p is null) + and lm1.deleted_p = 'f' $where_clause order by upper(lm1.message_key), lm1.message_key