Index: openacs-4/packages/tasks/www/process-task.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/www/process-task.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/tasks/www/process-task.tcl 25 Sep 2005 23:49:23 -0000 1.2 +++ openacs-4/packages/tasks/www/process-task.tcl 26 Oct 2005 18:54:29 -0000 1.3 @@ -179,7 +179,8 @@ -status_id $status \ -priority $priority \ -start $start \ - -due $due] + -due $due \ + -assignee_id $assignee_id] util_user_message -html -message "The process task $task was added" } @@ -197,7 +198,8 @@ -status_id $status \ -priority $priority \ -start $start \ - -due $due + -due $due \ + -assignee_id $assignee_id util_user_message -html -message "The process task $task was updated"