Index: openacs-4/packages/tasks/lib/tasks.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/lib/tasks.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/tasks/lib/tasks.tcl 14 Oct 2005 18:01:17 -0000 1.10 +++ openacs-4/packages/tasks/lib/tasks.tcl 17 Oct 2005 15:09:40 -0000 1.11 @@ -207,7 +207,6 @@ -- $description] regsub -all {LiNeBrEaKLiNeBrEaK} $description_html {LiNeBrEaK} description_html regsub -all {LiNeBrEaK} $description_html {\ \ \¶\ } description_html - - regsub -all " " $due_date {\ } due_date - regsub -all " " $completed_date {\ } completed_date + regsub -all " " $due_date {\ } due_date + regsub -all " " $completed_date {\ } completed_date } Index: openacs-4/packages/tasks/tcl/tasks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tcl/tasks-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/tasks/tcl/tasks-procs.tcl 14 Oct 2005 16:01:08 -0000 1.4 +++ openacs-4/packages/tasks/tcl/tasks-procs.tcl 17 Oct 2005 15:09:41 -0000 1.5 @@ -133,7 +133,7 @@ {-context_id ""} } { if { [empty_string_p $package_id] } { - set package_id [ad_conn package_id] + set package_id [apm_package_id_from_key "tasks"] } set extra_vars [ns_set create]