Index: openacs-4/packages/tasks/tcl/tasks-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tcl/tasks-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/tasks/tcl/tasks-procs.xql 25 Sep 2005 23:49:23 -0000 1.1 +++ openacs-4/packages/tasks/tcl/tasks-procs.xql 26 Oct 2005 18:54:29 -0000 1.2 @@ -34,7 +34,8 @@ comment = :comment, status_id = :status_id, priority = :priority, - due_date = :due_date + due_date = :due_date, + assignee_id = :assignee_id where task_id = :task_id @@ -66,7 +67,8 @@ status_id = :status_id, priority = :priority, start = :start, - due = :due + due = :due, + assignee_id = :assignee_id where task_id = :task_id