Index: openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 14 Oct 2005 15:05:40 -0000 1.2 +++ openacs-4/packages/dotlrn-tasks/tcl/dotlrn-tasks-procs.tcl 14 Oct 2005 19:43:40 -0000 1.3 @@ -58,13 +58,6 @@ set package_id 0 - if { ![dotlrn::is_package_mounted -package_key [package_key]] } { - set package_id [dotlrn::mount_package \ - -package_key [package_key] \ - -url [package_key] \ - -directory_p "t"] - } - dotlrn_applet::add_applet_to_dotlrn -applet_key [applet_key] -package_key [my_package_key] }