Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.xql,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 27 Jan 2018 16:55:43 -0000 1.28 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.xql 21 Feb 2018 14:00:56 -0000 1.29 @@ -153,16 +153,6 @@ - - - select c.item_id - from acs_rels a, cr_items c - where a.object_id_two = c.item_id - and a.object_id_one = :user_id - and a.rel_type = 'user_portrait_rel' - - -