Index: openacs-4/packages/assessment/tcl/as-item-rels-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-rels-procs.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/assessment/tcl/as-item-rels-procs.tcl 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/assessment/tcl/as-item-rels-procs.tcl 13 Sep 2022 12:56:11 -0000 1.3.2.1 @@ -11,10 +11,10 @@ -target_rev_id:required -type:required } { + New Item Relationship + @author Timo Hentschel (timo@timohentschel.de) @creation-date 2004-12-06 - - New Item Relationship } { db_dml insert_relationship {} } @@ -23,10 +23,10 @@ -item_rev_id:required -type:required } { + Get target object of given relationship type + @author Timo Hentschel (timo@timohentschel.de) @creation-date 2004-12-06 - - Get target object of given relationship type } { return [db_string target_object {} -default ""] }