Index: openacs-4/packages/tasks/lib/task-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/task-form.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/tasks/lib/task-form.tcl 26 Apr 2018 08:56:38 -0000 1.5 +++ openacs-4/packages/tasks/lib/task-form.tcl 9 May 2018 15:33:33 -0000 1.6 @@ -24,7 +24,7 @@ } set task_form_vars [list task_id names assignee_id task_prescribed task due_date status priority description comment creator] -set export_vars {} +set export_vars [list] foreach {key value} $export_vars_list { if { [lsearch $task_form_vars $key] < 0 } { set $key $value @@ -97,7 +97,7 @@ append assign_parties_options " [db_list_of_lists get_all_users { }]" -set names {} +set names [list] foreach object $object_id { lappend names "[db_string get_acs_object_name { select acs_object__name(:object) }]" }