Index: openacs-4/packages/glossar/lib/glossar-list-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossar/lib/glossar-list-postgresql.xql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/glossar/lib/glossar-list-postgresql.xql 4 Jan 2006 08:09:37 -0000 1.5 +++ openacs-4/packages/glossar/lib/glossar-list-postgresql.xql 24 May 2006 06:12:31 -0000 1.6 @@ -50,7 +50,8 @@ cr_items ci where ci.parent_id = :glossar_id - and ci.content_type != 'gl_glossar_term' + and ci.content_type != 'gl_glossar_term' + and ci.live_revision is not null