Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -N -r1.28.2.26 -r1.28.2.27 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 21 Feb 2020 13:45:15 -0000 1.28.2.26 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 8 Mar 2020 17:21:50 -0000 1.28.2.27 @@ -52,6 +52,7 @@ TestItemShortText.form TestItemMC.form TestItemSC.form + TestItemReorder.form TestItemUpload.form online-exam.wf @@ -105,7 +106,7 @@ -instance_attributes $instance_attributes \ -page_template $page_template] } else { - ns_log error "could not load Workflow form, therefore creation of workflow $name failed as well" + ns_log error "could not load Workflow form, therefore, creation of workflow $name failed as well" set p "" } return $p @@ -2277,7 +2278,7 @@ # ::xowf::dav create ::xowf::baHandler -url /handler -package ::xowf::Package # # 2) Make sure, the basic authentication handler is initialized during -# startup. Write an -init.tcl file containing a call to the +# startup. Write a *-init.tcl file containing a call to the # created handler. # Example: # ::xowf::baHandler register