Index: openacs-4/packages/acs-subsite/tcl/relation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/relation-procs.tcl,v diff -u -N -r1.16.2.2 -r1.16.2.3 --- openacs-4/packages/acs-subsite/tcl/relation-procs.tcl 27 Oct 2015 22:56:31 -0000 1.16.2.2 +++ openacs-4/packages/acs-subsite/tcl/relation-procs.tcl 28 Oct 2015 09:38:34 -0000 1.16.2.3 @@ -141,7 +141,7 @@ } { # Pull out the segment_id and the party_id (object_id_two) from # acs_rels. Note the outer joins since the segment may not exist. - if { ![db_0or1row select_rel_info {}] } { + if { ![db_0or1row select_rel_info_rm {}] } { # Relation doesn't exist return 0 }