Index: openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql 20 Nov 2017 15:52:23 -0000 1.21 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs-postgresql.xql 21 Feb 2018 14:00:55 -0000 1.22 @@ -16,5 +16,21 @@ + + + + + select acs_rel__new ( + null, + 'user_portrait_rel', + :user_id, + :item_id, + null, + null, + null + ) + + +