Index: openacs-4/packages/acs-subsite/www/admin/relations/add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/relations/add.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/admin/relations/add.tcl 11 Aug 2001 21:31:03 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/admin/relations/add.tcl 4 Dec 2001 00:20:47 -0000 1.3 @@ -185,9 +185,9 @@ # but the system creates party -1 which users # shouldn't see. - set start_with "object_type = 'group' or object_type = 'person'" + set start_with "ot.object_type = 'group' or ot.object_type = 'person'" } else { - set start_with "object_type = :object_type_two" + set start_with "ot.object_type = :object_type_two" } # The $allow_out_of_scope_p flag controls whether or not we limit