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.2 -r1.3 --- openacs-4/packages/acs-lang/www/admin/message-list-postgresql.xql 11 Dec 2003 21:39:53 -0000 1.2 +++ openacs-4/packages/acs-lang/www/admin/message-list-postgresql.xql 16 Feb 2004 15:28:37 -0000 1.3 @@ -17,8 +17,6 @@ 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