Index: openacs-4/packages/assessment/tcl/as-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/assessment/tcl/as-item-procs.tcl 27 Oct 2014 16:40:58 -0000 1.22 +++ openacs-4/packages/assessment/tcl/as-item-procs.tcl 7 Aug 2017 23:48:03 -0000 1.23 @@ -295,7 +295,8 @@ -item_type_id -as_item_id } { - Update the item_type of an as_item object. This could happen if you chang ethe type of a question (as_item), and the assoicated as_item_type object that was related changed. + Update the item_type of an as_item object. This could happen if you change the type of a + question (as_item), and the associated as_item_type object that was related changed. @param item_type_id revision_id of as_item_type_* object @parma as_item_id revision_id of as_item_object @@ -334,3 +335,9 @@ } { return [db_string item_type_id {}] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: