Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -N -r1.40.6.2 -r1.40.6.3 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 19 Aug 2014 07:37:07 -0000 1.40.6.2 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 8 Sep 2014 08:57:50 -0000 1.40.6.3 @@ -445,13 +445,13 @@ @param new_item_p If true make a new item using item_id @param grade_item_id Grade type where the task belongs @param name The name of the task - @number_of_members If the task is in groups this parameter must be > 1 + @param number_of_members If the task is in groups this parameter must be > 1 @param online_p If the task will be submited online - @due_date Due date of the task - @weight Weight of the task in the grade type - @late_submit_p If the students will be able to submit the task after due date - @description Description of the task - @storage_type File or text, depending on what are we going to store + @param due_date Due date of the task + @param weight Weight of the task in the grade type + @param late_submit_p If the students will be able to submit the task after due date + @param description Description of the task + @param storage_type File or text, depending on what are we going to store } { if { $creation_user eq "" } { set creation_user [ad_conn user_id]