Index: openacs-4/contrib/packages/bcms/tcl/bcms-item-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-item-procs-postgresql.xql,v diff -u -r1.8 -r1.9 --- openacs-4/contrib/packages/bcms/tcl/bcms-item-procs-postgresql.xql 31 Oct 2003 09:01:42 -0000 1.8 +++ openacs-4/contrib/packages/bcms/tcl/bcms-item-procs-postgresql.xql 3 Nov 2003 14:08:11 -0000 1.9 @@ -146,11 +146,11 @@ select content_item__relate( - :item_id, -- item_id - :related_object_id, -- related_object_id - :relation_type, -- relation_tag - :order_n, -- order_n - :relation_type -- relation_type + :item_id, -- item_id + :related_object_id, -- related_object_id + :relation_tag, -- relation_tag + :order_n, -- order_n + :relation_type -- relation_type ) Index: openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.tcl 31 Oct 2003 09:01:42 -0000 1.11 +++ openacs-4/contrib/packages/bcms/tcl/bcms-item-procs.tcl 3 Nov 2003 14:08:11 -0000 1.12 @@ -554,7 +554,7 @@ } ad_proc -public bcms::item::relate_item { - {-relation_type:required} + {-relation_tag:required} {-item_id:required} {-related_object_id:required} {-order_n ""}